[DONT MERGE] Bug SignalR
This commit is contained in:
parent
b2eaed3cf2
commit
5b6c30f656
16 changed files with 2083 additions and 61 deletions
|
|
@ -451,6 +451,8 @@ namespace Yavsc.Migrations
|
|||
|
||||
b.Property<int>("EndOfTheDay");
|
||||
|
||||
b.Property<decimal>("FlatFeeDiscount");
|
||||
|
||||
b.Property<decimal>("HalfBalayagePrice");
|
||||
|
||||
b.Property<decimal>("HalfBrushingPrice");
|
||||
|
|
@ -535,12 +537,13 @@ namespace Yavsc.Migrations
|
|||
|
||||
b.Property<DateTime>("EventDate");
|
||||
|
||||
b.Property<long?>("LocationId");
|
||||
b.Property<long?>("LocationId")
|
||||
.IsRequired();
|
||||
|
||||
b.Property<string>("PerformerId")
|
||||
.IsRequired();
|
||||
|
||||
b.Property<long?>("PrestationId");
|
||||
b.Property<long>("PrestationId");
|
||||
|
||||
b.Property<decimal?>("Previsional");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue