Files
contabilidad/api/common/Concept/Model.php

7 lines
53 B
PHP
Raw Normal View History

2022-08-05 21:28:59 -04:00
<?php
namespace Common\Concept;
interface Model
{
}