Exemplo n.º 1
0
 /// <summary>Returns all the users.</summary>
 ///STAR Retrofit II.Ch9 - START Added a new reference which retrieve user details.
 public DataSet GetUsersByStatus(bool ShowAll, string DO, string Userid, int Status)
 {
     return(Auth.GetUsersByStatus(S, ShowAll, DO, Userid, Status));
 }