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