Пример #1
0
 public async Task <RestaurantObjects> GetRestaurantAsync(long id)
 {
     return(await RestaurantRepo.FindById(id));
 }