public ConditionCollection() { _setting = JsonConvertCreater.GetLowercaseNameSetting(true, new CustomerGroupConditionConverter()); }
protected CustomerGroupCondition() { Name = GetConditionName(GetType()); _setting = JsonConvertCreater.GetLowercaseNameSetting(true); }