Beispiel #1
0
 public async Task DeleteDishByIdAsync(string id)
 {
     await _dishRepository.DeleteDishByIdAsync(id);
 }