Пример #1
0
 public async Task <List <Dish> > getAvailable()
 {
     // Getting all dishes that are currently available
     return(await _repository.getAvailable());
 }