[DONT MERGE] Bug SignalR

This commit is contained in:
2017-03-02 14:47:05 +01:00
parent a2319dd026
commit b768ff18b1
16 changed files with 2083 additions and 61 deletions

View File

@ -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");