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