Exemplo n.º 1
0
 public DataSet GetAllRole()
 {
     ds = roledal.DALGetAllRole();
     return(ds);
 }