comments to startup file

This commit is contained in:
2019-05-04 17:39:10 -05:00
parent 71a178bf2f
commit 94aeabbd04
6 changed files with 228 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ namespace BrightGlimmer.Data.Migrations
b.Property<DateTime>("CreatedDate");
b.Property<decimal>("Grade");
b.Property<decimal?>("Grade");
b.Property<bool>("IsActive");