8 lines
100 B
C#
8 lines
100 B
C#
namespace MultiShop.Shop.Framework
|
|
{
|
|
public enum Currency
|
|
{
|
|
CAD,
|
|
USD
|
|
}
|
|
} |