コード例 #1
0
ファイル: FYJController.cs プロジェクト: 1805n2/ErpProjects
 public ActionResult GetGYS()
 {
     return(Json(Managers.GetGYS(), JsonRequestBehavior.AllowGet));
 }