예제 #1
0
 public bool UpdateProperty(PmsEntity.Property property)
 {
     return(DalFactory.UpdateProperty(property));
 }
예제 #2
0
 public int AddProperty(PmsEntity.Property property)
 {
     return(DalFactory.AddProperty(property));
 }