formulaire de commande coiffure
This commit is contained in:
parent
22701c784e
commit
e338d07fd4
18 changed files with 6302 additions and 64 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue