コード例 #1
0
 public PropertyFeatureDetailDTO ReadById(PropertyDTO property, PropertyFeatureDTO feature) => Repository.SelectById(property, feature);
コード例 #2
0
 public UpdateResult Update(PropertyDTO property, PropertyFeatureDTO feature, IDictionary <string, object> fields) => Update(property.Id, feature.Id, fields);
コード例 #3
0
 public DeleteResult Delete(PropertyDTO property, PropertyFeatureDTO feature) => Delete(property.Id, feature.Id);