using System; using System.Collections.Generic; using System.Text; namespace DALI.Toolkit.Utils { /// /// Define constant for Name Point => to avoid typo mystake /// public static class ParamNamePoint { //Param for prime for name point public const string PrimeValue = "'"; } }