Example #1
0
 public void Add(Property property, PropertyAddress propertyAddress, PropertyFacility propertyFacility, PropertyFeature propertyFeature)
 {
     _propertyService.AddProperty(property, propertyAddress, propertyFacility, propertyFeature);
 }
Example #2
0
 public void AddProperty(Property property, PropertyAddress propertyAddress, 
     PropertyFacility propertyFacility, PropertyFeature propertyFeature)
 {
     _propertyRepository.Add(property, propertyAddress, propertyFacility, propertyFeature);
 }