예제 #1
0
파일: NamHocBUS.cs 프로젝트: lkh/thanhpham
 public static DataTable GetTable(string namHoc)
 {
     return(NamHocDAO.GetTable(namHoc));
 }
예제 #2
0
파일: NamHocBUS.cs 프로젝트: lkh/thanhpham
 public static DataTable GetTable()
 {
     return(NamHocDAO.GetTable());
 }