Example #1
0
        public static string GetType(string values)
        {
            var tempType = FaultRepository.GetType(values);

            return(tempType);
        }