Example #1
0
 public int AddProperty(PmsEntity.Property property)
 {
     return(DalFactory.AddProperty(property));
 }