using System; namespace Yavsc.Model.FrontOffice { public abstract class FormElement { public abstract string ToHtml (); } }