예제 #1
0
        public void Post([FromBody] ClientException input)
        {
            var ipAddress = HttpContext.Current.Request.UserHostAddress;

            _repository.Post("www", input.Message, input.Stack, input.RequestUrl, ipAddress);
        }