une commande de coupe de cheveux

This commit is contained in:
2017-04-01 02:14:10 +02:00
parent aaeac2b1c7
commit 4d3194d13a
38 changed files with 3137 additions and 196 deletions

View File

@ -1,8 +1,6 @@
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
@ -536,9 +534,9 @@ namespace Yavsc.Migrations
b.Property<DateTime>("DateModified");
b.Property<DateTime>("EventDate");
b.Property<DateTime?>("EventDate");
b.Property<long>("LocationId");
b.Property<long?>("LocationId");
b.Property<string>("PerformerId")
.IsRequired();