Пример #1
0
 protected GenericRepository(J1Context context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }
 public BuyerRepository(J1Context context)
     : base(context)
 {
 }
Пример #3
0
 public SaleShipmentRepository(J1Context context)
     : base(context)
 {
 }
 public ClassificationRepository(J1Context context)
     : base(context)
 {
 }
Пример #5
0
 public TagRepository(J1Context context)
     : base(context)
 {
 }
 public SaleRepository(J1Context context)
     : base(context)
 {
 }
 public ProductTagRepository(J1Context context)
     : base(context)
 {
 }
 public AuthRepository()
 {
     this._context     = new J1Context();
     this._userManager = new UserManager <IdentityUser>(new UserStore <IdentityUser>(this._context));
 }
Пример #9
0
 public SupplierRepository(J1Context context)
     : base(context)
 {
 }
 public TenantRepository(J1Context context)
     : base(context)
 {
 }
Пример #11
0
 public KitAlternateCodeRepository(J1Context context)
     : base(context)
 {
 }
Пример #12
0
 public ProductAlternateSkuRepository(J1Context context)
     : base(context)
 {
 }
Пример #13
0
 public BrandRepository(J1Context context)
     : base(context)
 {
 }
Пример #14
0
 public KitItemRepository(J1Context context)
     : base(context)
 {
 }