props/Props.Shop/Framework/Currency.cs

8 lines
96 B
C#
Raw Normal View History

namespace Props.Shop.Framework
{
public enum Currency
{
CAD,
USD
}
}