Exemplo n.º 1
0
 public EmployeeRepository(HandsOnExamDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 2
0
 public BaseRepository(HandsOnExamDbContext dbContext)
 {
     _dbContext = dbContext;
 }