une commande de coupe de cheveux
This commit is contained in:
parent
27b26f0545
commit
c001994d50
38 changed files with 3137 additions and 196 deletions
|
|
@ -16,20 +16,20 @@ namespace Yavsc.Models.Haircut
|
|||
[Required]
|
||||
public long PrestationId { get; set; }
|
||||
|
||||
[ForeignKey("PrestationId")]
|
||||
[ForeignKey("PrestationId"),Required]
|
||||
public virtual HairPrestation Prestation { get; set; }
|
||||
|
||||
[Required][ForeignKey("LocationId")]
|
||||
[ForeignKey("LocationId")]
|
||||
|
||||
public Location Location { get; set; }
|
||||
public virtual Location Location { get; set; }
|
||||
|
||||
public DateTime EventDate
|
||||
public DateTime? EventDate
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public long LocationId
|
||||
public long? LocationId
|
||||
{
|
||||
get;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue