示例#1
0
 public int AddPropertyType(PmsEntity.PropertyType propertyType)
 {
     return(DalFactory.AddPropertyType(propertyType));
 }