validation & client approval dates

This commit is contained in:
Paul Schneider 2016-10-20 20:15:48 +02:00
commit 4a252bf5b2
5 changed files with 1033 additions and 1 deletions

View file

@ -289,6 +289,8 @@ namespace Yavsc.Migrations
b.Property<string>("AttachedGraphicsString");
b.Property<DateTime>("ClientApprouvalDate");
b.Property<string>("ClientId")
.IsRequired();
@ -298,6 +300,8 @@ namespace Yavsc.Migrations
b.Property<string>("Description");
b.Property<DateTime>("LatestValidationDate");
b.Property<string>("OwnerId")
.IsRequired();