Example #1
0
 public async Task <IActionResult> GetAll()
 {
     return(Json(await _timetable.GetAllClassAsync()));
 }