Exemplo n.º 1
0
 public DataTable GetAll()
 {
     return(objBusinessBase.GetDataToDataSet("usp_Member_GetAll").Tables[0]);
 }