Exemplo n.º 1
0
 public GenericRepository(JaneTestDbContext janeTestDbContext)
 {
     _context = janeTestDbContext;
 }
Exemplo n.º 2
0
 public TestEntityDataAccess(JaneTestDbContext janeTestDbContext) : base(janeTestDbContext)
 {
     _context = janeTestDbContext;
 }