[DONT MERGE] Bug SignalR
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user