private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public C_BCSTKAdjustSub(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 2
0
 private BCContext db; //= new BCContext(Cls_SetDB.Conns);
 public BCSaleOrderSubController(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 3
0
 private BCContext db;// = new BCContext(Cls_SetDB.Conns);
 public BCARDepositUseController(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 4
0
 private BCContext db; //= new BCContext(Cls_SetDB.Conns);
 public BPSCreditTypeController(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
 private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public BCCreditNoteController(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 6
0
 private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public C_BCStkRefund(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 7
0
 public CheckConnection(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
 private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public C_BCStkIssRetSub(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 9
0
 private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public C_BCCreditNoteSub(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
 private BCContext db; //= new BCContext(Cls_SetDB.Conns);
 public BCRecmoneyController(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 11
0
 private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public C_BCDebitNoteSub2(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 12
0
 private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public C_BCStkBalance(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 13
0
 private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public C_IBCAPINVOICE(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 14
0
 private BCContext db; //= new BCContext(Cls_SetDB.Conns);
 public BCChqInController(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
Ejemplo n.º 15
0
 private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public C_BCStkWarehouse(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
 private BCContext db;//= new BCContext(Cls_SetDB.Conns);
 public C_BCFinishGoodsSub(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
 private BCContext db;// = new BCContext(Cls_SetDB.Conns);
 public BCARINVOICESUBController(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
        private BCContext db;//= new BCContext(Cls_SetDB.Conns);

        public BCProjectController(string ConnectionString)
        {
            db = new BCContext(ConnectionString);
        }
        private BCContext db;// = new BCContext(Cls_SetDB.Conns);

        public BCPaybillController(string ConnectionString)
        {
            db = new BCContext(ConnectionString);
        }
Ejemplo n.º 20
0
 private BCContext db;// = new BCContext(Cls_SetDB.Conns);
 public BCBankBranchController(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }
 private BCContext db; //= new BCContext(Cls_SetDB.Conns);
 public BCConfigurationsController(string ConnectionString)
 {
     db = new BCContext(ConnectionString);
 }