public AdminController(IDbContext dbContext, IRepresentativeUserService representativeUserService, ICompetitionService competitionService, ICompetitionRepresentativeUserService competitionRepresentativeUserService)
 {
     _dbContext = dbContext;
     _representativeUserService = representativeUserService;
     _competitionService = competitionService;
     _competitionRepresentativeUserService = competitionRepresentativeUserService;
 }
 public AdminController(IDbContext dbContext, IRepresentativeUserService representativeUserService, ICompetitionService competitionService, ICompetitionRepresentativeUserService competitionRepresentativeUserService)
 {
     _dbContext = dbContext;
     _representativeUserService            = representativeUserService;
     _competitionService                   = competitionService;
     _competitionRepresentativeUserService = competitionRepresentativeUserService;
 }
Beispiel #3
0
 public AccountController(IDbContext dbContext, IRepresentativeUserService representativeUserService, IFormsAuthenticationService formsAuthentication, IUserService userService)
 {
     _dbContext = dbContext;
     _representativeUserService = representativeUserService;
     _formsAuthentication       = formsAuthentication;
     _userService = userService;
 }
 public AccountController(IDbContext dbContext, IRepresentativeUserService representativeUserService, IFormsAuthenticationService formsAuthentication, IUserService userService)
 {
     _dbContext = dbContext;
     _representativeUserService = representativeUserService;
     _formsAuthentication = formsAuthentication;
     _userService = userService;
 }
 public HomeController(IRepresentativeUserService representativeUserService, ICompetitorService competitorService, ITechnicalStaffService technicalStaffService, ICommonTechnicalStaffService commonTechnicalStaffService)
 {
     _representativeUserService = representativeUserService;
     _competitorService = competitorService;
     _technicalStaffService = technicalStaffService;
     _commonTechnicalStaffService = commonTechnicalStaffService;
 }
Beispiel #6
0
 public HomeController(IRepresentativeUserService representativeUserService, ICompetitorService competitorService, ITechnicalStaffService technicalStaffService, ICommonTechnicalStaffService commonTechnicalStaffService)
 {
     _representativeUserService   = representativeUserService;
     _competitorService           = competitorService;
     _technicalStaffService       = technicalStaffService;
     _commonTechnicalStaffService = commonTechnicalStaffService;
 }
 public AdminController(IDbContext dbContext, IRepresentativeUserService representativeUserService, IParticipationService participationService, IDormService dormService, ICompetitorService competitorService, ITechnicalStaffService technicalStaffService, ICommonTechnicalStaffService commonTechnicalStaffService, ICompetitionService competitionService,
     ICompetitionRepresentativeUserService competitionRepresentativeUserService)
 {
     _dbContext = dbContext;
     _representativeUserService = representativeUserService;
     _participationService = participationService;
     _dormService = dormService;
     _competitorService = competitorService;
     _technicalStaffService = technicalStaffService;
     _commonTechnicalStaffService = commonTechnicalStaffService;
     _competitionService = competitionService;
     _competitionRepresentativeUserService = competitionRepresentativeUserService;
 }
 public AdminController(IDbContext dbContext, IRepresentativeUserService representativeUserService, IParticipationService participationService, IDormService dormService, ICompetitorService competitorService, ITechnicalStaffService technicalStaffService, ICommonTechnicalStaffService commonTechnicalStaffService, ICompetitionService competitionService,
                        ICompetitionRepresentativeUserService competitionRepresentativeUserService)
 {
     _dbContext = dbContext;
     _representativeUserService = representativeUserService;
     _participationService      = participationService;
     _dormService                          = dormService;
     _competitorService                    = competitorService;
     _technicalStaffService                = technicalStaffService;
     _commonTechnicalStaffService          = commonTechnicalStaffService;
     _competitionService                   = competitionService;
     _competitionRepresentativeUserService = competitionRepresentativeUserService;
 }
 public HomeController(IRepresentativeUserService representativeUserService, INewsService newsService)
 {
     _representativeUserService = representativeUserService;
 }
 public AdminController(IRepresentativeUserService representativeUserService, ICompetitionSportService competitionSportService)
 {
     _representativeUserService = representativeUserService;
     _competitionSportService = competitionSportService;
 }
Beispiel #11
0
 public UserPanelController(IDbContext dbContext, IRepresentativeUserService representativeUserService)
 {
     _representativeUserService = representativeUserService;
     _dbContext = dbContext;
 }
 public AdminController(IDbContext dbContext, IRepresentativeUserService representativeUserService)
 {
     _dbContext = dbContext;
     _representativeUserService = representativeUserService;
 }
Beispiel #13
0
 public AdminController(IRepresentativeUserService representativeUserService, ICompetitionSportService competitionSportService)
 {
     _representativeUserService = representativeUserService;
     _competitionSportService   = competitionSportService;
 }
Beispiel #14
0
 public HomeController(IRepresentativeUserService representativeUserService, INewsService newsService)
 {
     _representativeUserService = representativeUserService;
 }
Beispiel #15
0
 public AdminController(IDbContext dbContext, IRepresentativeUserService representativeUserService)
 {
     _dbContext = dbContext;
     _representativeUserService = representativeUserService;
 }