get a description
This commit is contained in:
parent
703113c4e3
commit
31af649240
1 changed files with 3 additions and 0 deletions
|
|
@ -30,5 +30,8 @@ namespace Yavsc.Models.Booking
|
||||||
Location = eventLocation;
|
Location = eventLocation;
|
||||||
EventDate = eventDate;
|
EventDate = eventDate;
|
||||||
}
|
}
|
||||||
|
public string GetDescription() {
|
||||||
|
return $"{Location?.Address} {EventDate.ToString()}";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue