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