Exemple #1
0
        /// <summary>
        ///  Return a keyValue list of available gasket types
        ///  If the list exists of only one row then the
        ///  calling problem shall investigate if the first (int)
        ///  value is negative. This indicates an error and the
        ///  error message is returned in the string part
        /// </summary>
        /// <param name="ident"></param>
        /// <returns></returns>
        /// 2018-08-29 KJBO
        public List <KeyValuePair <int, string> > getGasketType(string ident)
        {
            CGasket g = new CGasket();

            return(g.getGasketType(ident));
        }