Example #1
0
 public HojaRecuentoBS(RepoDB db, IAlmacenZPBS almacen, ICabeceraRecuentoBS cabecera, ICenterBS center, IConfiguration conf) : base(db)
 {
     _conf = conf;
     aBS   = almacen;
     cBS   = cabecera;
     cnBS  = center;
 }
Example #2
0
 public CenterController(ICenterBS centro, IConfiguration conf, IHostingEnvironment _env) : base(conf)
 {
     _conf = conf;
     cBS   = centro;
 }
Example #3
0
 public SalesCountedCenterBS(RepoDB db, IConfiguration conf, IDateBS date, ICenterBS center) : base(db)
 {
     _conf = conf;
     dBS   = date;
     cBS   = center;
 }