Refactored repo organization. Added Jenkinsfile.
This commit is contained in:
8
Props.Shop/Framework/Currency.cs
Normal file
8
Props.Shop/Framework/Currency.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Props.Shop.Framework
|
||||
{
|
||||
public enum Currency
|
||||
{
|
||||
CAD,
|
||||
USD
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user