Example #1
0
 public PlacesController(RestaurantService service)
 {
     restaurantService = service;
 }
Example #2
0
 public HomeService(RestaurantService restaurantSer)
 {
     restaurantService = restaurantSer;
     CityId = 0;
 }