public ArticlesController(ITPerspectivesContext context)
 {
     Context = context;
     Context.Database.EnsureCreated();
 }
Example #2
0
 public ProjectKillerFeaturesController(ITPerspectivesContext context)
 {
     Context = context;
     Context.Database.EnsureCreated();
 }
 public TeammateProjectsController(ITPerspectivesContext context)
 {
     Context = context;
     Context.Database.EnsureCreated();
 }