public Repository(AQ_BookingsContext dataContext) { _dataContext = dataContext; }
public ApiRepository(AQ_BookingsContext db) : base(db) { }