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

        return(pDB.getPropertyCustody(unit));
    }