Exemplo n.º 1
0
 //STAR Retrofit II.Ch5 - START Created a reference to retrieve the list of HUB offices.
 /// <summary>Gets a list of the district offices.</summary>
 public DataSet GetAllDOs()
 {
     return(Auth.GetAllDOs());
 }