public WikiEmployeeDatasController(WikiEmployeeContext context)
 {
     _context = context;
 }
 public UserManagementController(WikiEmployeeContext context)
 {
     _context = context;
 }
 public UserRolesController(WikiEmployeeContext context)
 {
     _context = context;
 }
 public DisplayUserRoleController(WikiEmployeeContext context)
 {
     _context = context;
 }
Exemple #5
0
 public UserRoleManagement(WikiEmployeeContext context)
 {
     _context = context;
 }
Exemple #6
0
 public UserLoginController(WikiEmployeeContext context)
 {
     _context = context;
 }