command forms :-)
This commit is contained in:
parent
4faee0d856
commit
d232d4a52e
17 changed files with 214 additions and 48 deletions
|
|
@ -6,6 +6,7 @@ using Microsoft.AspNet.Authentication.OAuth;
|
|||
using Microsoft.AspNet.Identity.EntityFramework;
|
||||
using Microsoft.Data.Entity;
|
||||
using Yavsc.Models.Relationship;
|
||||
using Yavsc.Models.Forms;
|
||||
|
||||
namespace Yavsc.Models
|
||||
{
|
||||
|
|
@ -255,5 +256,7 @@ namespace Yavsc.Models
|
|||
|
||||
public DbSet<CommandForm> CommandForm { get; set; }
|
||||
|
||||
public DbSet<Form> Form { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue