Пример #1
0
 public ReportLogic(IStudentStorage studentStorage, IStudyingStatusStorage studyingStatusStorage, IThreadStorage threadStorage)
 {
     this.studentStorage        = studentStorage;
     this.studyingStatusStorage = studyingStatusStorage;
     this.threadStorage         = threadStorage;
 }
Пример #2
0
 public StudyingStatusLogic(IStudyingStatusStorage studyingStatusStorage)
 {
     _studyingStatusStorage = studyingStatusStorage;
 }