コード例 #1
0
 public async Task <Instructor> GetInstructorbyId(string id)
 {
     return(await _instructorService.GetInstructorByIdAsync(id));
 }