New-Thanasoft/thanasoft-back/app/Repositories/PurchaseOrderRepositoryInterface.php
2026-01-28 14:26:20 +03:00

10 lines
141 B
PHP

<?php
declare(strict_types=1);
namespace App\Repositories;
interface PurchaseOrderRepositoryInterface extends BaseRepositoryInterface
{
}