postit and them also
This commit is contained in:
parent
de616809ae
commit
fa7d6242f1
18 changed files with 5322 additions and 121 deletions
|
|
@ -385,6 +385,10 @@ namespace Yavsc.Models
|
|||
|
||||
public DbSet<BlogSpotPublication> blogSpotPublications { get; set; }
|
||||
|
||||
public DbSet<UploadedFile> UploadedFiles { get; set; }
|
||||
|
||||
public DbSet<BlogAttachedFile> BlogAttachedFiles { get; set; }
|
||||
|
||||
public DbSet<Client> Clients { get; set; }
|
||||
public DbSet<ClientIdPRestriction> ClientIdPRestrictions { get; set; }
|
||||
public DbSet<ClientProperty> ClientProperties { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue