Ejemplo n.º 1
0
 public ActionResult Index(QueryDto query)
 {
     return(Json(_sysAccountService.AccountPagging(query), "yyyy-MM-dd"));
 }