namespace RuleEngine.Constants { public class CommandCode { public const string UpdatePVT = "UPDATE_PVT"; } }