This commit is contained in:
Danil Markov 2023-04-09 00:00:42 +04:00
parent c56480c354
commit 4e40807313

View File

@ -10,7 +10,7 @@ namespace UniversityContracts.BusinessLogicContracts
{ {
public interface IReportProviderLogic public interface IReportProviderLogic
{ {
List<ReportStudentsDisciplineViewModel> GetStudentsDiscipline(List<StudentViewModel> students, ReportBindingModel model); List<ReportStudentsDisciplineViewModel> GetStudentsDiscipline(List<StudentViewModel> students);
List<ReportStreamStudentEdStatPeriodViewModel> StreamStudentEdStatPeriod(ReportBindingModel model); List<ReportStreamStudentEdStatPeriodViewModel> StreamStudentEdStatPeriod(ReportBindingModel model);