Command forms

main
Paul Schneider 9 years ago
parent 65587dc23f
commit 8f929d6b69
1 changed files with 2 additions and 0 deletions

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

Loading…