Example #1
0
 public UserBll(string CnKey)
 {
     bll = Server.GetChannel <IServices.Security.ISecurityService>();
     bll.SetCnKey(CnKey);
 }
Example #2
0
 public UserBll(string CnKey)
 {
     bll =Server.GetChannel<IServices.Security.ISecurityService>();
     bll.SetCnKey(CnKey);
 }
Example #3
0
 public UserBll()
 {
     bll = Server.GetChannel <IServices.Security.ISecurityService>();
     bll.SetCnKey("");
 }
Example #4
0
 public UserBll()
 {
     bll =Server.GetChannel<IServices.Security.ISecurityService>();
     bll.SetCnKey("");
 }