public CategoryController(EmployeeForumContext databaseContext)
 {
     context = databaseContext;
 }
Beispiel #2
0
 public PostController(EmployeeForumContext databaseContext)
 {
     context = databaseContext;
 }
Beispiel #3
0
 public AuthController(EmployeeForumContext databaseContext, IConfiguration Configuration)
 {
     context        = databaseContext;
     _configuration = Configuration;
 }