コード例 #1
0
 public static DataTable hienthiHTCT()
 {
     return(DataProvider.GetDatatoTable("sp_hienthiHTCT", DataProvider.con));
 }
コード例 #2
0
 public static DataTable hienthinv()
 {
     return(DataProvider.GetDatatoTable("sp_hienthinhanvien", DataProvider.con));
 }
コード例 #3
0
 public static DataTable hienthincu()
 {
     return(DataProvider.GetDatatoTable("sp_hienthiNCU", DataProvider.con));
 }
コード例 #4
0
ファイル: DAO_KH.cs プロジェクト: yangqinggui1997/QLBHDT
 public static DataTable hienthikh()
 {
     return(DataProvider.GetDatatoTable("sp_hienthikhachhang", DataProvider.con));
 }