hair cut command

This commit is contained in:
2017-03-01 10:11:20 +01:00
parent 937d4ed7bf
commit 335da97a4f
18 changed files with 2135 additions and 123 deletions

View File

@ -944,7 +944,7 @@ namespace Yavsc.Migrations
b.Property<long>("Id")
.ValueGeneratedOnAdd();
b.Property<string>("Action");
b.Property<string>("ActionName");
b.Property<string>("ActivityCode")
.IsRequired();