コード例 #1
0
 public JsonResult GetResponseMessage(string key, Guid id)
 {
     return(Json(EndpointService.GetResponseMessage(key, id)));
 }