コード例 #1
0
 public JsonResult Post(string type, string query)
 {
     return(SharedInfo.SharedInfoControl(type, query));
 }