Esempio n. 1
0
 public NotificationController(IPlaceQuery _places)
 {
     this.places = _places;
 }
 public PlacesController(IPlaceQuery _places)
 {
     this.places = _places;
 }