<?php
namespace Whater\Infrastructure\UserBundle\Form\DTO;
/**
* Class AppRegisterTownOwnershipRequestDTO
*
* @package Whater\Infrastructure\UserBundle\Form\DTO
*/
class AppRegisterTownOwnershipRequestDTO
{
public $user;
public $town;
public $message;
public $check;
}