コード例 #1
0
 public async Task <IEnumerable <Instructor> > GetAllAsync()
 {
     return(await _instructorService.GetAllInstructorsAsync());
 }