Ejemplo n.º 1
0
 public EntityFrameworkConnector(BenchmarkDBContext context)
 {
     Context = context;
 }
Ejemplo n.º 2
0
 public GetAllProductsHandler(BenchmarkDBContext context)
     : base("inproc://GetAllProductsHandler", "")
 {
     _context = context;
 }