Пример #1
0
 public PayCalculationController(
     IClassHourStatisticsAppService teacherClassHoursStatisticsAppService
     , IStudentAppService studentAppService
     , ICacheManager cacheManager)
 {
     this._teacherClassHoursStatisticsAppService = teacherClassHoursStatisticsAppService;
     this._studentAppService = studentAppService;
     this._cacheManager      = cacheManager;
 }
Пример #2
0
 public OfficeHourStatisticsController(IClassHourStatisticsAppService teacherOfficeHoursStatisticsAppService)
 {
     this._teacherOfficeHoursStatisticsAppService = teacherOfficeHoursStatisticsAppService;
 }