public CustomerRepository(ORContext context) : base(context)
 {
 }
Beispiel #2
0
 public OrderItemRepository(ORContext context) : base(context)
 {
 }
 ClientRepository(ORContext c)
 {
     Context = c;
 }
 public ORRepository(ORContext context)
 {
     Db    = context;
     DbSet = Db.Set <TEntity>();
 }
 public ProductRepository(ORContext context) : base(context)
 {
 }