birzha-legalizasia/app/AccountTypes/AccountTypesService.php

7 lines
131 B
PHP
Raw Normal View History

2022-07-29 10:38:56 +00:00
<?php
namespace App\AccountTypes;
interface AccountTypesService
{
public function create(array $data) : AccountTypesService;
}