Пример #1
0
 public async Task <IActionResult> GetAll(DayOfWeek day)
 {
     return(Json(await _timeTable.GetAllLessonAsync(day)));
 }