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