public string saveProjectRole(string sdt) { ClsProjectRole cls = new ClsProjectRole(); return(ClsDES.Encrypt(cls.save(Cls序列化.DeserializeDataTable(ClsDES.Decrypt(sdt))))); }
public string dtRole(string vchrUid) { ClsProjectRole cls = new ClsProjectRole(); return(ClsDES.Encrypt(cls.dtrole(ClsDES.Decrypt(vchrUid)))); }
public string dtProjectRole() { ClsProjectRole cls = new ClsProjectRole(); return(ClsDES.Encrypt(cls.dt())); }