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