예제 #1
0
 public ProjectFinalReport(IProjectRepository projectRepository, ISectionRepository sectionRepository, IStudentRepository studentRepository, ITextDocumentServices textDocumentServices, IDownloadbleFile downloadbleFile, ISectionProjectRepository sectionProjectRepository)
 {
     _projectRepository        = projectRepository;
     _sectionRepository        = sectionRepository;
     _studentRepository        = studentRepository;
     _textDoucmentServices     = textDocumentServices;
     _downloadbleFile          = downloadbleFile;
     _sectionProjectRepository = sectionProjectRepository;
 }
예제 #2
0
 public FiniquitoReport(ITextDocumentServices textDocumentServices, IStudentRepository studentRepository, IDownloadbleFile downloadbleFile)
 {
     _textDoucmentServices = textDocumentServices;
     _studentRepository    = studentRepository;
     _downloadbleFile      = downloadbleFile;
 }