File "PaymentByArticleRepositoryInterface.php"

Full Path: /var/www/html/back/app/Repositories/ProjectGroup/Interfaces/PaymentByArticleRepositoryInterface.php
File size: 224 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\ProjectGroup\Interfaces;


interface PaymentByArticleRepositoryInterface
{

    public function getProjectIds($modelId, $projectGroupId);

    public function getArticleIds($projectIds);

}