Пример #1
0
 public async Task GetCurriculum()
 {
     byte [] body = CuriculumHelpers.GetTimeTableWithoutHomeworkResponse(_context);
     await Response.Body.WriteAsync(body, 0, body.Length);
 }