public bool UpdateProperty(PmsEntity.Property property) { return(DalFactory.UpdateProperty(property)); }
public int AddProperty(PmsEntity.Property property) { return(DalFactory.AddProperty(property)); }