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