public LogController(IAFBService afbService, IAFBAllianceService allianceService, IAFBTeamService afbTeamService, IEmployeeService employeeService) : base(employeeService) { _IAFBService = afbService; _IAFBAllianceService = allianceService; _IAFBTeamService = afbTeamService; }
// // GET: /AmericanFootball/AFB/ public AFBController(IAFBService afbService, IAFBAllianceService allianceService, IScoreModifyRecordService scoreModifyRecordService, ISourceTypeService sourceTypeService, IAFBTeamService afbTeamService, IEmployeeService employeeService) : base(employeeService) { _IAFBService = afbService; _IAFBAllianceService = allianceService; _IScoreModifyRecordService = scoreModifyRecordService; _ISourceTypeService = sourceTypeService; _IAFBTeamService = afbTeamService; }