une commande de coupe de cheveux

This commit is contained in:
Paul Schneider 2017-04-01 02:14:10 +02:00
commit c001994d50
38 changed files with 3137 additions and 196 deletions

View file

@ -5,6 +5,6 @@ namespace YavscLib.HairCut
long Id { get; set; }
long PrestationId { get; set; }
long LocationId { get; set; }
long? LocationId { get; set; }
}
}