示例#1
0
 public ExcelExportingService(IServerTimeEntryService serverTimeEntryService, IServerAvailableHourService serverAvailableHourService, IServerService serverService, IServerSalaryReportService serverSalaiesService)
 {
     _serverTimeEntryService     = serverTimeEntryService;
     _serverAvailableHourService = serverAvailableHourService;
     _serverService         = serverService;
     _serverSalariesService = serverSalaiesService;
 }
示例#2
0
 public ServerAvailableHoursController(IServerAvailableHourService serverAvailableHourService, IExportingService exportingService, IServerService serverService)
 {
     _serverAvailableHourService = serverAvailableHourService;
     _exportingService           = exportingService;
     _serverService = serverService;
 }