Ejemplo n.º 1
0
 public bool UpdatePropertyType(PmsEntity.PropertyType propertyType)
 {
     return(DalFactory.UpdatePropertyType(propertyType));
 }
Ejemplo n.º 2
0
 public int AddPropertyType(PmsEntity.PropertyType propertyType)
 {
     return(DalFactory.AddPropertyType(propertyType));
 }