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