예제 #1
0
        public static string GetColor(string values)
        {
            var tempType = FaultRepository.GetColor(values);

            return(tempType);
        }