public ApiResult <IEnumerable <Hall> > GetByIds(IEnumerable <long> hallIds) { return(new ApiResult <IEnumerable <Hall> >(ResultStatus.SUCCESS, _repository.QueryByIds(hallIds))); }