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