Example #1
0
 public async Task <IEnumerable <Coffee> > Get()
 {
     return(await _service.Get());
 }