public GenericRepository(ECommeceContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GenericUnitofWork()
 {
     _context = new ECommeceContext();
 }