Exemplo n.º 1
0
 public Updater(DbProductContext context)
 {
     productContext = context;
 }
Exemplo n.º 2
0
 public Startup(IConfiguration configuration)
 {
     DbProductContext.GetInstance();
     //Updater updater = new Updater(ProductContext);
     //updater.StartUpdatingByTimer();
 }
Exemplo n.º 3
0
 public DataBaseProductService(DbProductContext context)
 {
     _context = context;
 }