feat : restructuration des dossiers pour implementer plus facilement la suite des WS
This commit is contained in:
12
src/Bovin/Api/BovinApiInterface.php
Normal file
12
src/Bovin/Api/BovinApiInterface.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Malio\EdnotifBundle\Bovin\Api;
|
||||
|
||||
use Malio\EdnotifBundle\Bovin\Dto\AnimalFileDto;
|
||||
|
||||
interface BovinApiInterface
|
||||
{
|
||||
public function getAnimalFile(string $nationalNumber, string $countryCode = 'FR'): AnimalFileDto;
|
||||
}
|
||||
Reference in New Issue
Block a user