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; }
public FiniquitoReport(ITextDocumentServices textDocumentServices, IStudentRepository studentRepository, IDownloadbleFile downloadbleFile) { _textDoucmentServices = textDocumentServices; _studentRepository = studentRepository; _downloadbleFile = downloadbleFile; }