birzha-legalizasia/app/AccountTypes/AccountTypesService.php

7 lines
131 B
PHP
Executable File

<?php
namespace App\AccountTypes;
interface AccountTypesService
{
public function create(array $data) : AccountTypesService;
}