package benefactorkindboxreqservice // func (s Service) Get(ctx context.Context, req param.KindBoxReqGetRequest) (param.KindBoxReqGetResponse, error) { // const op = "userkindboxreqservice.Get" // // kindBoxReq, err := s.repo.GetKindBoxReq(ctx, req.KindBoxReqID) // if err != nil { // return param.KindBoxReqGetResponse{}, richerror.New(op).WithErr(err).WithKind(richerror.KindUnexpected) // } // // return param.KindBoxReqGetResponse{KindBoxReq: kindBoxReq}, nil //}