Skip to content
Snippets Groups Projects
RestaurantListDTO.php 127 B
Newer Older
<?php

namespace App\DTO;

class RestaurantListDTO
{
    private $pagination;
    private $list;
    private $filterVariants;
}