public RepositoryWithTypedId(SimplDbContext context) { Context = context; DbSet = Context.Set <T>(); }
public Repository(SimplDbContext context) : base(context) { }