Exemple #1
0
 public DataTable LayThongTinBaoCaoMuonSachTheoTheLoai(string ThangBaoCao)
 {
     try
     {
         QuanLyBaoCaoDAO quanLyBaoCaoDAO = new QuanLyBaoCaoDAO();
         return(quanLyBaoCaoDAO.LayThongTinBaoCaoMuonSachTheoTheLoai(ThangBaoCao));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Exemple #2
0
 public DataTable LayThongTinBaoCaoDocGiaNoTienPhat(string NgayBaoCao)
 {
     try
     {
         QuanLyBaoCaoDAO quanLyBaoCaoDAO = new QuanLyBaoCaoDAO();
         return(quanLyBaoCaoDAO.LayThongTinBaoCaoDocGiaNoTienPhat(NgayBaoCao));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Exemple #3
0
 public DataTable LayThongTinBaoCaoSachTraTre(string NgayBaoCao)
 {
     try
     {
         QuanLyBaoCaoDAO quanLyBaoCaoDAO = new QuanLyBaoCaoDAO();
         return(quanLyBaoCaoDAO.LayThongTinBaoCaoSachTraTre(NgayBaoCao));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }