public DestinationsController(DestinationReviewContext db) { _db = db; }
public UserService(DestinationReviewContext context) { _context = context; }