package fr.mch.mdo.restaurant.ui.forms; import fr.mch.mdo.restaurant.dto.beans.TablesOrdersDtoBean; public class TablesOrdersForm extends MdoForm { public TablesOrdersForm() { super(new TablesOrdersDtoBean()); } }