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