<?php

namespace common\logic;

class AbstractRepositoryQuery extends AbstractService implements RepositoryQueryInterface
{

}