Esempio n. 1
0
 public ActionResult GetForm(string key)
 {
     return(Json(_sysAccountService.AccountDetail(key), "yyyy-MM-dd"));
 }