Exemple #1
0
 public Task <bool> EatAsync(int id)
 {
     return(service.EatByIdAsync(id));
 }