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