Ejemplo n.º 1
0
        public static void testDatatable()
        {
            EmpDao    emp = new EmpDao();
            String    sql = "select * from t_user_account";
            DataTable dt  = emp.GetDataTable(sql);

            string ha;
        }
Ejemplo n.º 2
0
 public EmpService()
 {
     empDao = new EmpDao();
 }