brusher profile & commands

This commit is contained in:
2017-02-28 14:01:24 +01:00
parent 9973f0dcc7
commit 208e339bf8
25 changed files with 3114 additions and 38 deletions

View File

@ -441,6 +441,73 @@ namespace Yavsc.Migrations
b.HasKey("Id");
});
modelBuilder.Entity("Yavsc.Models.Haircut.BrusherProfile", b =>
{
b.Property<string>("UserId");
b.Property<decimal>("CarePrice");
b.Property<int>("EndOfTheDay");
b.Property<decimal>("HalfBalayagePrice");
b.Property<decimal>("HalfBrushingPrice");
b.Property<decimal>("HalfColorPrice");
b.Property<decimal>("HalfDefrisPrice");
b.Property<decimal>("HalfMechPrice");
b.Property<decimal>("HalfMultiColorPrice");
b.Property<decimal>("HalfPermanentPrice");
b.Property<decimal>("KidCutPrice");
b.Property<decimal>("LongBalayagePrice");
b.Property<decimal>("LongBrushingPrice");
b.Property<decimal>("LongColorPrice");
b.Property<decimal>("LongDefrisPrice");
b.Property<decimal>("LongMechPrice");
b.Property<decimal>("LongMultiColorPrice");
b.Property<decimal>("LongPermanentPrice");
b.Property<decimal>("ManCutPrice");
b.Property<decimal>("ShampooPrice");
b.Property<decimal>("ShortBalayagePrice");
b.Property<decimal>("ShortBrushingPrice");
b.Property<decimal>("ShortColorPrice");
b.Property<decimal>("ShortDefrisPrice");
b.Property<decimal>("ShortMechPrice");
b.Property<decimal>("ShortMultiColorPrice");
b.Property<decimal>("ShortPermanentPrice");
b.Property<int>("StartOfTheDay");
b.Property<decimal>("WomenHalfCutPrice");
b.Property<decimal>("WomenLongCutPrice");
b.Property<decimal>("WomenShortCutPrice");
b.HasKey("UserId");
});
modelBuilder.Entity("Yavsc.Models.Haircut.HairCutQuery", b =>
{
b.Property<long>("Id")