/// <summary> /// 获取所有应用系统 /// </summary> /// <returns></returns> public JsonResult GetAllApplication() { return(new JsonResult { Data = dalSY.GetAll() }); }
/// <summary> /// 获取所有数据 /// </summary> /// <returns></returns> public IList <Sys_Application> GetAll() { return(Dal.GetAll()); }