Exemplo n.º 1
0
 public PropertysController(IPropertyAppService propertyAppService,
                            IPropertyCityAppService propertyCityAppService,
                            IPropertyTypeAppService propertyTypeAppService
                            )
 {
     _propertyAppService     = propertyAppService;
     _propertyCityAppService = propertyCityAppService;
     _propertyTypeAppService = propertyTypeAppService;
 }
Exemplo n.º 2
0
 public PropertyTypesController(IPropertyTypeAppService propertytypeAppService)
 {
     _propertytypeAppService = propertytypeAppService;
 }