コード例 #1
0
 public CustomerRepository(ORContext context) : base(context)
 {
 }
コード例 #2
0
 public OrderItemRepository(ORContext context) : base(context)
 {
 }
コード例 #3
0
 ClientRepository(ORContext c)
 {
     Context = c;
 }
コード例 #4
0
 public ORRepository(ORContext context)
 {
     Db    = context;
     DbSet = Db.Set <TEntity>();
 }
コード例 #5
0
 public ProductRepository(ORContext context) : base(context)
 {
 }