Exemple #1
0
        public IHttpActionResult FetchLatestReplyAPI(int uid)
        {
            var result = exceptionService.FetchLatestReply(uid);

            return(Ok(result));
        }