Example #1
0
        public static string getServerParameterValue(string pParamName)
        {
            ServerParameterRepository serverParamRepo = new ServerParameterRepository();

            return(serverParamRepo.getParamValue(pParamName));
        }