Ejemplo n.º 1
0
 public ReportXlm(IConfig config, ILogger logger, IStudentsDal studentsDal, IStudentsAndLectionsDal studentsAndLectionsDal, ILectionsDal lectionsDal, ILectorsDal lectorsDal)
 {
     _logger                 = logger;
     _studentsDal            = studentsDal;
     _studentsAndLectionsDal = studentsAndLectionsDal;
     _lectionsDal            = lectionsDal;
     _lectorsDal             = lectorsDal;
     _config                 = config;
 }
Ejemplo n.º 2
0
 public LearningBL(IConfig config, ILogger logger, IStudentsDal studentsDal, IStudentsAndLectionsDal studentsAndLectionsDal, ILectionsDal lectionsDal, ILectorsDal lectorsDal)
 {
     _logger                 = logger;
     _studentsDal            = studentsDal;
     _studentsAndLectionsDal = studentsAndLectionsDal;
     _lectionsDal            = lectionsDal;
     _lectorsDal             = lectorsDal;
     _config                 = config;
 }