Beispiel #1
0
 public async Task <IEnumerable <InstructorModel> > GetList()
 {
     return(await _service.GetList());
 }