Пример #1
0
 public async Task <IEnumerable <Project> > Get()
 {
     return(await _projects.GetAllASync());
 }