Exemplo n.º 1
0
 public GenericRepository(skinetContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 private Hashtable _repositories; //any repository we use under unit of work will be store inside this hash table
 public UnitOfWork(skinetContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ProductRepository(skinetContext context)
 {
     _context = context;
 }