Beispiel #1
0
 public async Task <TimeTable> GetTimetable(int timetableId)
 {
     return(await _timeTableRepository.GetTimeTable(timetableId));
 }