예제 #1
0
        public async Task <IHttpActionResult> ShowDetail(int id)
        {
            var result = await speechService.ShowDetail(id);

            return(Json(result));
        }