コード例 #1
0
 public async Task <double> GetAverageMarkForStudent(int studentId, DateTime startDate, DateTime endDate) => await _repository.GetAverageMarkForStudent(studentId, startDate, endDate);