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