namespace Erp.Settings;
public static class Constants
{
public const char MultiValueDelimiter = '|';
}