Example #1
0
 public ApplicationRepository(QnbCoreDbContext dbContext) : base(dbContext)
 {
 }
 protected BaseRepository(QnbCoreDbContext dbContext)
 {
     currentDbcontext = dbContext;
 }
Example #3
0
 public CategoryRepository(QnbCoreDbContext dbContext) : base(dbContext)
 {
 }