Exemplo n.º 1
0
 public ItemCategoryProvider(IGalleryDbContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public ProjectProvider(IGalleryDbContext context) : base(context)
 {
 }
 public CustomerOccupationProvider(IGalleryDbContext context) : base(context)
 {
 }
Exemplo n.º 4
0
 public EmployeeVisitResponseProvider(IGalleryDbContext context) : base(context)
 {
 }
Exemplo n.º 5
0
 public FactProductProvider(IGalleryDbContext context) : base(context)
 {
 }
Exemplo n.º 6
0
 public FactCustomerProvider(IGalleryDbContext context) : base(context)
 {
 }
Exemplo n.º 7
0
 public TaxonomyProvider(IGalleryDbContext context) : base(context)
 {
 }
Exemplo n.º 8
0
 public CountryProvider(IGalleryDbContext context) : base(context)
 {
 }
Exemplo n.º 9
0
 public FactProvider(IGalleryDbContext db) : base(db)
 {
 }
Exemplo n.º 10
0
 public BaseProvider(IGalleryDbContext db)
 {
     this.db = (GalleryDbContext)db;
 }