コード例 #1
0
 public JsonResult PostSort(List <Guid> Id, string sortName)
 {
     return(Json(EndpointService.PostSort(Id, sortName)));
 }