예제 #1
0
 //  LẤY DỮ LIỆU
 public DataTable GetData(string Condition)
 {
     return(bus.GetData(Condition));
 }