Exemplo n.º 1
0
 public string ClsRoleEditQueryGetUserRole(string sUid)
 {
     ClsU8.Query.ClsRoleEditQuery clsQuery = new ClsU8.Query.ClsRoleEditQuery();
     return(ClsDES.Encrypt(Cls序列化.SerializeDataTableXml(clsQuery.GetUserRole(ClsDES.Decrypt(sUid)))));
 }
Exemplo n.º 2
0
 public bool ClsRoleEditQueryChkRoleID(string sUid)
 {
     ClsU8.Query.ClsRoleEditQuery clsQuery = new ClsU8.Query.ClsRoleEditQuery();
     return(clsQuery.ChkRoleID(ClsDES.Decrypt(sUid)));
 }
Exemplo n.º 3
0
 public string ClsRoleEditQueryGetAllDt()
 {
     ClsU8.Query.ClsRoleEditQuery clsQuery = new ClsU8.Query.ClsRoleEditQuery();
     return(ClsDES.Encrypt(Cls序列化.SerializeDataTableXml(clsQuery.GetAllDt())));
 }