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

            return(tempType);
        }