Exemplo n.º 1
0
 public EmployeeRepository(EmployeePortalDbContext context) : base(context)
 {
 }
 public BaseRepository(EmployeePortalDbContext context)
 {
     _context = context;
 }