<?php

namespace Article\Article\Interfaces;

interface ArticleRepositoryInterface
{
}