Exemplo n.º 1
0
 public PropertyController(IAdminPropertyService propertyServce, IAdminLocationService locationService)
 {
     this.propertyServce  = propertyServce;
     this.locationService = locationService;
 }
Exemplo n.º 2
0
 public LocationController(IAdminLocationService locationService)
 {
     this.locationService = locationService;
 }