public PrestashopProductsController(MysqlContext contextSp24, AMysqlContext contextSpC, AllegroAuctionsController allegroAuctionsController)
 {
     _contextSp24 = contextSp24;
     _contextSpC  = contextSpC;
     _allegroAuctionsController = allegroAuctionsController;
 }
Exemplo n.º 2
0
 public DistributorsController(ApplicationDbContext context, MysqlContext contextSp24, AMysqlContext contextSp)
 {
     _contextSp24 = contextSp24;
     _contextSp   = contextSp;
     _context     = context;
 }
Exemplo n.º 3
0
 public HomeController(ApplicationDbContext context, MysqlContext contextSp24, AMysqlContext contextSp)
 {
     _contextSp24 = contextSp24;
     _contextSp   = contextSp;
     _context     = context;
 }