コード例 #1
0
ファイル: UserBll.cs プロジェクト: qq5013/CL_WMCS
 public UserBll(string CnKey)
 {
     bll = Server.GetChannel <IServices.Security.ISecurityService>();
     bll.SetCnKey(CnKey);
 }
コード例 #2
0
ファイル: UserBll.cs プロジェクト: haipingma/CL_WMCS
 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
ファイル: UserBll.cs プロジェクト: haipingma/CL_WMCS
 public UserBll()
 {
     bll =Server.GetChannel<IServices.Security.ISecurityService>();
     bll.SetCnKey("");
 }