This commit is contained in:
11
server/biz/ProductGroup.cs
Normal file
11
server/biz/ProductGroup.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Sockeye.Biz
|
||||
{
|
||||
public enum ProductGroup
|
||||
{
|
||||
Misc = 0,
|
||||
AyaNova7 = 1,
|
||||
RavenPerpetual = 2,
|
||||
RavenSubscription = 3
|
||||
}
|
||||
|
||||
}//eons
|
||||
Reference in New Issue
Block a user