예제 #1
0
 public ProductImageRepository(ElectricalStoreContext context) : base(context)
 {
 }
예제 #2
0
 public FeatureRepository(ElectricalStoreContext context) : base(context)
 {
 }
예제 #3
0
 public RepositoryBase(ElectricalStoreContext repositoryContext)
 {
     this.RepositoryContext = repositoryContext;
 }
예제 #4
0
 public CategoryRepository(ElectricalStoreContext context) : base(context)
 {
 }
예제 #5
0
 public CategoryProductJuncRepository(ElectricalStoreContext context) : base(context)
 {
 }
예제 #6
0
 public ProductFeatureJuncRepository(ElectricalStoreContext context) : base(context)
 {
 }
예제 #7
0
 public RepositoryWrapper(ElectricalStoreContext repositoryContext)
 {
     _repoContext = repositoryContext;
 }