public PropertysController(IPropertyAppService propertyAppService, IPropertyCityAppService propertyCityAppService, IPropertyTypeAppService propertyTypeAppService ) { _propertyAppService = propertyAppService; _propertyCityAppService = propertyCityAppService; _propertyTypeAppService = propertyTypeAppService; }
public PropertyTypesController(IPropertyTypeAppService propertytypeAppService) { _propertytypeAppService = propertytypeAppService; }