예제 #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)
 {
 }
예제 #5
0
 public ReviewRepository(ITP_AppDbContext dbContext) : base(dbContext)
 {
 }