Command forms

This commit is contained in:
Paul Schneider 2017-01-23 09:52:13 +01:00
commit 64c40050be

View file

@ -253,5 +253,7 @@ namespace Yavsc.Models
public DbSet<CircleAuthorizationToBlogPost> BlogACL { get; set; }
public DbSet<CommandForm> CommandForm { get; set; }
}
}