Exemplo n.º 1
0
 //STAR Retrofit II.Ch6 - START Created a reference to retrieve the details of district offices.
 /// <summary>Returns a dataset of all the user information.</summary>
 public DataSet GetListofDOs(string DOID)
 {
     return(Auth.GetListofDOs(S, DOID));
 }