Example #1
0
 public UnitOfWork()
 {
     _context = new HobbyDbContext();
 }
Example #2
0
 public GenericRepository(HobbyDbContext context)
 {
     _context = context;
 }