예제 #1
0
 public PlacesController(RestaurantService service)
 {
     restaurantService = service;
 }
예제 #2
0
파일: HomeService.cs 프로젝트: raiot/uinem
 public HomeService(RestaurantService restaurantSer)
 {
     restaurantService = restaurantSer;
     CityId = 0;
 }