formulaire de commande coiffure

This commit is contained in:
2017-03-02 11:35:38 +01:00
parent 335da97a4f
commit 8899266ef5
18 changed files with 6318 additions and 80 deletions

View File

@ -1,6 +1,8 @@
using System;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Infrastructure;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Data.Entity.Migrations;
using Yavsc.Models;
namespace Yavsc.Migrations
@ -443,6 +445,8 @@ namespace Yavsc.Migrations
{
b.Property<string>("UserId");
b.Property<int>("ActionDistance");
b.Property<decimal>("CarePrice");
b.Property<int>("EndOfTheDay");
@ -455,6 +459,8 @@ namespace Yavsc.Migrations
b.Property<decimal>("HalfDefrisPrice");
b.Property<decimal>("HalfFoldingPrice");
b.Property<decimal>("HalfMechPrice");
b.Property<decimal>("HalfMultiColorPrice");
@ -471,12 +477,16 @@ namespace Yavsc.Migrations
b.Property<decimal>("LongDefrisPrice");
b.Property<decimal>("LongFoldingPrice");
b.Property<decimal>("LongMechPrice");
b.Property<decimal>("LongMultiColorPrice");
b.Property<decimal>("LongPermanentPrice");
b.Property<decimal>("ManBrushPrice");
b.Property<decimal>("ManCutPrice");
b.Property<decimal>("ShampooPrice");
@ -489,6 +499,8 @@ namespace Yavsc.Migrations
b.Property<decimal>("ShortDefrisPrice");
b.Property<decimal>("ShortFoldingPrice");
b.Property<decimal>("ShortMechPrice");
b.Property<decimal>("ShortMultiColorPrice");