validation & client approval dates

This commit is contained in:
2016-10-20 20:15:48 +02:00
parent 7dec77ca46
commit 1b89e65ee0
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();