Exemplo n.º 1
0
 /// <summary>
 /// 获得数据列表
 /// </summary>
 public DataSet GetList(string strWhere)
 {
     return(dal.GetList(strWhere));
 }
Exemplo n.º 2
0
 public ActionResult Procedures()
 {
     return(View(service.GetList()));
 }