Exemplo n.º 1
0
 public CpPackageVdrControl(BUSControl common)
     : base(common)
 {
     _objDAO = new CpPackageVdrDataAccess(common.Connnection);
 }
Exemplo n.º 2
0
 public CpPackageVdrControl(string type, string connectString, int timeout = 0)
     : base(type, connectString, timeout)
 {
     _objDAO = new CpPackageVdrDataAccess(Connnection);
 }