<?php
namespace App\Model\Vat;
use ApiPlatform\Core\Annotation\ApiResource;
use App\Model\Params\Params;
/**
* @ApiResource(
* collectionOperations={
* "get",
* },
* itemOperations={
* "get"
* }
* )
*/
class Vat extends Params
{
}