Example #1
0
 public DataTable GetList()
 {
     DAL.TestMysql dal = new DAL.TestMysql();
     return(dal._GetList());
 }
Example #2
0
 public void TestWrite(string txt)
 {
     DAL.TestMysql dal = new DAL.TestMysql();
     //dal.WriteFile(txt);
 }