public UserPanelController(IDbContext dbContext, ITechnicalStaffService technicalStaffService, IParticipationService participationService, ITechnicalStaffRoleService technicalStaffRoleService)
 {
     _dbContext = dbContext;
     _technicalStaffService = technicalStaffService;
     _participationService = participationService;
     _technicalStaffRoleService = technicalStaffRoleService;
 }
 public UserPanelController(IDbContext dbContext, ITechnicalStaffService technicalStaffService, IParticipationService participationService, ITechnicalStaffRoleService technicalStaffRoleService)
 {
     _dbContext                 = dbContext;
     _technicalStaffService     = technicalStaffService;
     _participationService      = participationService;
     _technicalStaffRoleService = technicalStaffRoleService;
 }
 public CommonTechnicalStaffController(ITechnicalStaffRoleService technicalStaffRoleService)
 {
     _technicalStaffRoleService = technicalStaffRoleService;
 }
Exemple #4
0
 public AdminController(IDbContext dbContext, ITechnicalStaffRoleService technicalStaffRoleService)
 {
     _dbContext = dbContext;
     _technicalStaffRoleService = technicalStaffRoleService;
 }
 public CommonTechnicalStaffController(ITechnicalStaffRoleService technicalStaffRoleService)
 {
     _technicalStaffRoleService = technicalStaffRoleService;
 }
 public AdminController(IDbContext dbContext, ITechnicalStaffRoleService technicalStaffRoleService)
 {
     _dbContext = dbContext;
     _technicalStaffRoleService = technicalStaffRoleService;
 }