Exemplo n.º 1
0
        public static int GetSoLuongSachMuonTrongKhoangTG(int idDocGia)
        {
            int thoiHanMuonSach = ThamSoBUS.GetSoNgayMuon();

            return(CT_PhieuMuonDAO.GetSoLuongSachMuonTrongKhoangTG(idDocGia, thoiHanMuonSach));
        }
Exemplo n.º 2
0
 public static IList LoadCT_PhieuMuonByIDPhieuMuon(int idPhieuMuon)
 {
     return(CT_PhieuMuonDAO.LoadCT_PhieuMuonByIDPhieuMuon(idPhieuMuon));
 }
Exemplo n.º 3
0
        public static IList GetSachMuonQuaHans(int idDocGia)
        {
            int thoiHanMuonSach = ThamSoBUS.GetSoNgayMuon();

            return(CT_PhieuMuonDAO.GetSachMuonQuaHans(idDocGia, thoiHanMuonSach));
        }
Exemplo n.º 4
0
 public static void AddCT_PhieuMuon(int idPhieuMuon, int idSach)
 {
     CT_PhieuMuonDAO.AddCT_PhieuMuon(idPhieuMuon, idSach);
 }