Example #1
0
 public PreferenceRepository(TouristContext dbContext) : base(dbContext)
 {
 }
Example #2
0
 public TouristRepository(TouristContext dbContext) : base(dbContext)
 {
 }
Example #3
0
 public BaseRepository(TouristContext dbContext)
 {
     _dbContext = dbContext;
 }