コード例 #1
0
 public Task <IEnumerable <Developer> > GetAllDevelopers()
 {
     return(_developerRepository.GetAllDevelopersAsync());
 }