<?php
namespace common\modules\abiturient\models\interfaces;
use common\modules\abiturient\models\bachelor\BachelorApplication;
interface ApplicationConnectedInterface
{
public function getApplication();
}