<?php
namespace common\models\interfaces;
interface IReferencesOData
{
public static function updateLinks();
}