示例#1
0
文件: UserBll.cs 项目: qq5013/CL_WMCS
 public UserBll(string CnKey)
 {
     bll = Server.GetChannel <IServices.Security.ISecurityService>();
     bll.SetCnKey(CnKey);
 }
示例#2
0
 public UserBll(string CnKey)
 {
     bll =Server.GetChannel<IServices.Security.ISecurityService>();
     bll.SetCnKey(CnKey);
 }
示例#3
0
文件: UserBll.cs 项目: qq5013/CL_WMCS
 public UserBll()
 {
     bll = Server.GetChannel <IServices.Security.ISecurityService>();
     bll.SetCnKey("");
 }
示例#4
0
 public UserBll()
 {
     bll =Server.GetChannel<IServices.Security.ISecurityService>();
     bll.SetCnKey("");
 }