Exemplo n.º 1
0
 public DataTable GetListUser(string RoleName)
 {
     return(RoleUser.GetListRole(Dp, RoleName));
 }
Exemplo n.º 2
0
 public DataTable GetListRole(string UserName)
 {
     return(RoleUser.GetListRole(Dp, UserName));
 }