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