public List<string[]> getPropertyCustodyData(string unit) { PropertyDataBase pDB = new PropertyDataBase(); return pDB.getPropertyCustody(unit); }
public List <string[]> getPropertyCustodyData(string unit) { PropertyDataBase pDB = new PropertyDataBase(); return(pDB.getPropertyCustody(unit)); }