public List <string[]> PropertyLocation(string unit) { PropertyDataBase pDB = new PropertyDataBase(); List <string[]> Location = pDB.getPropertyLocation(unit); return(Location); }
public List<string[]> PropertyLocation(string unit) { PropertyDataBase pDB = new PropertyDataBase(); List<string[]> Location = pDB.getPropertyLocation(unit); return Location; }
public List<string[]> getPropertyLocationData(string unit) { PropertyDataBase pDB = new PropertyDataBase(); return pDB.getPropertyLocation(unit); }