Exemplo n.º 1
0
 public UnitOfWork()
 {
     _context = new HobbyDbContext();
 }
Exemplo n.º 2
0
 public GenericRepository(HobbyDbContext context)
 {
     _context = context;
 }