get a description

vnext
Paul Schneider 8 years ago
parent 3a9693bfa7
commit 81925e3787
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…