<?php

namespace common\logic;

use yii\db\ActiveQuery;

interface RepositoryQueryInterface
{

}