public RepositoryWrapper(BaseContext repositoryContext)
 {
     _repoContext = repositoryContext;
 }
Example #2
0
 public CatApiRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public ProductRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #4
0
 public CatRoleRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #5
0
 public SellerCommentRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public ComissionRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #7
0
 public UsersRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #8
0
 public OfferRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #9
0
 public ColorRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public FormsApiRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #11
0
 public CustomerWalletChargeRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public RepositoryBase(BaseContext repositoryContext)
 {
     this.RepositoryContext = repositoryContext;
 }
 public CatDocumentRepositry(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public PackingTypeImageRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #15
0
 protected Repository(BaseContext _ctx)
 {
     ctx = _ctx;
 }
 public EmployeeRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public ParameterRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #18
0
 public CustomerOrderRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
 public Repository(BaseContext ctx)
 {
     _ctx = ctx;
 }
Example #20
0
 public ProductCatProductParametersRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #21
0
 public SellerAddressRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #22
0
 public WorkRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #23
0
 public PackageRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #24
0
 public StatusRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }
Example #25
0
 public DynamiFormImageRepository(BaseContext repositoryContext)
     : base(repositoryContext)
 {
 }