Esempio n. 1
0
 public PreferenceRepository(TouristContext dbContext) : base(dbContext)
 {
 }
Esempio n. 2
0
 public TouristRepository(TouristContext dbContext) : base(dbContext)
 {
 }
Esempio n. 3
0
 public BaseRepository(TouristContext dbContext)
 {
     _dbContext = dbContext;
 }