コード例 #1
0
 public async Task <Course[]> GetAllAsync()
 {
     return(await _coursesRepository.GetAllWithCourseMates().ToArrayAsync());
 }