예제 #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;
 }