Inscriptions:

* traductions
* Controlleur des utilisateurs
This commit is contained in:
Paul Schneider 2017-09-20 14:28:48 +02:00
commit b47e873710
9 changed files with 959 additions and 44 deletions

View file

@ -280,5 +280,7 @@ namespace Yavsc.Models
public DbSet<Period> Period { get; set; }
public DbSet<BlogTag> BlogTags { get; set; }
public DbSet<ApplicationUser> ApplicationUser { get; set; }
}
}