示例#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);