コード例 #1
0
 public void AddProperty(Property property)
 {
     _realEstateRepository.AddProperty(property);
 }