Example #1
0
 public Repository(ProductDbContext ctx)
 {
     _context = ctx;
 }