<?php
namespace Whater\Infrastructure\WhaterBundle\Form\DTO;
class AppListMyWhaterPointsDTO
{
public $page;
public $limit;
public $orderParameter;
public $orderValue;
public $filterParameter;
public $filterValue;
}