Пример #1
0
 public BLLBase(string CnKey)
 {
     bll = Server.GetChannel <IServices.IBLLBaseService>();
     bll.SetCnKey(CnKey);
 }
Пример #2
0
 public BLLBase()
 {
     bll   = Server.GetChannel <IServices.IBLLBaseService>();
     cnKey = "";
 }
Пример #3
0
 public BLLBase()
 {
     bll = Server.GetChannel <IServices.IBLLBaseService>();
     bll.SetCnKey("");
 }
Пример #4
0
 public BLLBase(string CnKey)
 {
     bll   = Server.GetChannel <IServices.IBLLBaseService>();
     cnKey = CnKey;
 }