New-Thanasoft/thanasoft-back/app/Repositories/TvaRateRepositoryInterface.php

10 lines
135 B
PHP

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