コード例 #1
0
 public PropertyDtoModel UpdateProperty(PropertyDtoModel property)
 {
     return(_PropertyProvider.UpdateProperty(property));
 }