Example #1
0
        public static CommonResponse CreateWarning(string message)
        {
            var response = new CommonResponse();

            response.Warning(message);

            return(response);
        }