예제 #1
0
 public NotificationController(IPlaceQuery _places)
 {
     this.places = _places;
 }
예제 #2
0
 public PlacesController(IPlaceQuery _places)
 {
     this.places = _places;
 }