using System; namespace Yavsc.Model.FrontOffice { /// /// Currency. /// public abstract class Currency: Unit { } }