Пример #1
0
 public PropertysController(IPropertyAppService propertyAppService,
                            IPropertyCityAppService propertyCityAppService,
                            IPropertyTypeAppService propertyTypeAppService
                            )
 {
     _propertyAppService     = propertyAppService;
     _propertyCityAppService = propertyCityAppService;
     _propertyTypeAppService = propertyTypeAppService;
 }
Пример #2
0
 public PropertyCitysController(IPropertyCityAppService propertycityAppService)
 {
     _propertycityAppService = propertycityAppService;
 }