7 lines
157 B
C#
7 lines
157 B
C#
namespace xCategoryService.Constants
|
|
{
|
|
public struct XCategoryServiceConstants
|
|
{
|
|
public const string SubCategoryReference = "SubCat";
|
|
}
|
|
} |