Ejemplo n.º 1
0
 public PropertyFeatureDetailDTO ReadById(PropertyDTO property, PropertyFeatureDTO feature) => Repository.SelectById(property, feature);
Ejemplo n.º 2
0
 public UpdateResult Update(PropertyDTO property, PropertyFeatureDTO feature, IDictionary <string, object> fields) => Update(property.Id, feature.Id, fields);
Ejemplo n.º 3
0
 public DeleteResult Delete(PropertyDTO property, PropertyFeatureDTO feature) => Delete(property.Id, feature.Id);