Ejemplo n.º 1
0
 public ReportController(IReportRepository reportRepository, IEductionalCenterGroupRepository eductionalCenterGroupRepository,
                         IStudentsGroupsRepository studentsGroups, IOptionsSnapshot <PhotoSettings> options, IWebHostEnvironment host,
                         IReportSupRepository reportSupRepository)
 {
     _reportRepository = reportRepository;
     _eductionalCenterGroupRepository = eductionalCenterGroupRepository;
     _studentsGroups    = studentsGroups;
     this._photoSetting = options.Value; //
     _host = host;
     _reportSupRepository = reportSupRepository;
 }
 public ReportSubController(IReportSupRepository reportSupRepository)
 {
     _reportSupRepository = reportSupRepository;
 }