Beispiel #1
0
        public ActionResult GetData()
        {
            DateTime time = DateTime.Now;

            time.ToString();

            List <AtividadeDAO> empList = service.getListDAO();

            return(Json(new { data = empList }, JsonRequestBehavior.AllowGet));
        }
        public ActionResult GetData()
        {
            List <AtividadeDAO> empList = service.getListDAO();

            return(Json(new { data = empList }, JsonRequestBehavior.AllowGet));
        }