forked from CyberBloom/CyberBloomBackend
5 lines
77 B
C#
5 lines
77 B
C#
public static class Consts
|
|
{
|
|
public const char TOKENS_SEPORATOR = ';';
|
|
}
|