Example #1
0
 public AdminRepository(ITP_AppDbContext dbContext) : base(dbContext)
 {
 }
Example #2
0
 public CarRepository(ITP_AppDbContext dbContext) : base(dbContext)
 {
 }
Example #3
0
 public BaseRepository(ITP_AppDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Example #4
0
 public RuleRepository(ITP_AppDbContext dbContext) : base(dbContext)
 {
 }
 public ReviewRepository(ITP_AppDbContext dbContext) : base(dbContext)
 {
 }