Ejemplo n.º 1
0
        // 返回所有WenZhangLiuYan
        public static DataTable GetList()
        {
            WenZhangLiuYanByAll exec = new WenZhangLiuYanByAll();

            return(exec.ExecDataTable());
        }
Ejemplo n.º 2
0
 // 返回所有WenZhangLiuYan
 public static DataTable GetList()
 {
     WenZhangLiuYanByAll exec = new WenZhangLiuYanByAll();
     return exec.ExecDataTable();
 }