Пример #1
0
 public ItemCategoryProvider(IGalleryDbContext context) : base(context)
 {
 }
Пример #2
0
 public ProjectProvider(IGalleryDbContext context) : base(context)
 {
 }
 public CustomerOccupationProvider(IGalleryDbContext context) : base(context)
 {
 }
Пример #4
0
 public EmployeeVisitResponseProvider(IGalleryDbContext context) : base(context)
 {
 }
Пример #5
0
 public FactProductProvider(IGalleryDbContext context) : base(context)
 {
 }
Пример #6
0
 public FactCustomerProvider(IGalleryDbContext context) : base(context)
 {
 }
Пример #7
0
 public TaxonomyProvider(IGalleryDbContext context) : base(context)
 {
 }
Пример #8
0
 public CountryProvider(IGalleryDbContext context) : base(context)
 {
 }
Пример #9
0
 public FactProvider(IGalleryDbContext db) : base(db)
 {
 }
Пример #10
0
 public BaseProvider(IGalleryDbContext db)
 {
     this.db = (GalleryDbContext)db;
 }