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