using System; namespace Yavsc.Model.FrontOffice { /// /// Note. /// public class Note:Text { /// /// Tos the html. /// /// The html. public override string ToHtml () { return string.Format("{0}",Val); } } }