示例#1
0
 public async Task <double> GetAverageMarkByLessonForStudent(int studentId, int lessonId, DateTime startDate, DateTime endDate) => await _repository.GetAverageMarkByLessonForStudent(studentId, lessonId, startDate, endDate);