Example #1
0
 public EFUnitOfWork(SportShoesDbContext context)
 {
     this._context = context;
 }
Example #2
0
 public EFRepository(SportShoesDbContext context)
 {
     _context = context;
 }