Esempio n. 1
0
 public PlacesController(RestaurantService service)
 {
     restaurantService = service;
 }
Esempio n. 2
0
 public HomeService(RestaurantService restaurantSer)
 {
     restaurantService = restaurantSer;
     CityId = 0;
 }