Ejemplo n.º 1
0
 public List<PropertyDetailData> getPropertyDetailDataBase(string ID)
 {
     PropertyDataBase pDB = new PropertyDataBase();
     return pDB.getPropertyDetailDataBase(ID);
 }