Exemplo n.º 1
0
 public static void themMT(string ma, string S, string DG, string NV, string gc, DateTime nm, DateTime ht)
 {
     MuonTra_DAO.themMT(ma, S, DG, NV, gc, nm, ht);
 }
Exemplo n.º 2
0
 public static void xoaMT(string ma)
 {
     MuonTra_DAO.xoaMT(ma);
 }
Exemplo n.º 3
0
 public static void suaMT_damuon(string ma, string S, string DG, string NV, string gc, DateTime nm, DateTime ht)
 {
     MuonTra_DAO.suaMT_damuon(ma, S, DG, NV, gc, nm, ht);
 }
Exemplo n.º 4
0
 public static DataTable DsMuonTra()
 {
     return(MuonTra_DAO.DsMuonTra());
 }
Exemplo n.º 5
0
 public static void TraSach(string ma, string ghichu, DateTime ngaytra)
 {
     MuonTra_DAO.TraSach(ma, ghichu, ngaytra);
 }
Exemplo n.º 6
0
 public static DataTable checkTraSach(string s)
 {
     return(MuonTra_DAO.checkTraSach(s));
 }
Exemplo n.º 7
0
 public static string LastMaMT()
 {
     return(MuonTra_DAO.LastMaMT());
 }
Exemplo n.º 8
0
 public static void muonSach(string maMT, string maNV, string maDG, DateTime ngayMuon, DateTime hanTra, string maSach)
 {
     MuonTra_DAO.muonSach(maMT, maNV, maDG, ngayMuon, hanTra, maSach);
 }