Exemplo n.º 1
0
 public BLLBase(string CnKey)
 {
     bll = Server.GetChannel <IServices.IBLLBaseService>();
     bll.SetCnKey(CnKey);
 }
Exemplo n.º 2
0
 public BLLBase()
 {
     bll   = Server.GetChannel <IServices.IBLLBaseService>();
     cnKey = "";
 }
Exemplo n.º 3
0
 public BLLBase()
 {
     bll = Server.GetChannel <IServices.IBLLBaseService>();
     bll.SetCnKey("");
 }
Exemplo n.º 4
0
 public BLLBase(string CnKey)
 {
     bll   = Server.GetChannel <IServices.IBLLBaseService>();
     cnKey = CnKey;
 }