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