mirror of
https://github.com/maxartz15/Validator.git
synced 2024-11-08 14:25:33 +01:00
9 lines
215 B
C#
9 lines
215 B
C#
namespace Validator
|
|
{
|
|
public static partial class ReportCategories
|
|
{
|
|
public const string Art = "Art";
|
|
public const string Design = "Design";
|
|
public const string Code = "Code";
|
|
}
|
|
} |