Esempio n. 1
0
 public List <RestaurantModel> GetAllRestaurants()
 {
     return(restaurantService.GetAllRestaurants());
 }