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