label event date
This commit is contained in:
parent
341aaa6089
commit
7530dd4ffa
2 changed files with 4 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ namespace Yavsc.Models.Booking
|
|||
/// </summary>
|
||||
[Key(), DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public long Id {get; set; }
|
||||
|
||||
[Display(Name="Event date")]
|
||||
public DateTime EventDate{get; set; }
|
||||
public Location Location { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue