コード例 #1
0
 public async Task <IEnumerable <Client> > GetAll()
 {
     return(await Task.Run(() => { return _clientServices.FetchAll(); }));
 }