| 12345678 | 
							-         private Dictionary<string, {CfgName}> {cfgsDicName} = new Dictionary<string, {CfgName}>();
 
-         public {CfgName} {FunctionName}({params})
 
-         { 
 
-             var colNames = new string[] { {colNames}};
 
-             var colValues = new string[] { {colValues} };
 
-             return ConfigUtil.GetCfg<{CfgName}>("{CfgArrayName}", colNames, colValues, {cfgsDicName});
 
-         }
 
-         
 
 
  |