public GenericRepository(TaxDbContext _context) { this.context = _context; }
public UnitOfWork(TaxDbContext _context) { context = _context; }