Exemple #1
0
        private string getDefaultValueForType(string controlName, string baseType)
        {
            DdtValues defaultValue = service.GetDdtValuesService().GetByNameLike(controlName + "." + baseType);

            return(defaultValue?.Value);
        }