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