public BookingService(TourContext db, TourService tourService) { this._db = db; this._tourService = tourService; }
public BookingService(TourContext db, TourService tourService) { this._db = db; this._tourService = tourService; dbSet = _db.Set <Tour>(); }