Пример #1
0
 public DataTable LayDanhsach_sum_tien()
 {
     try
     {
         DAL.DAL_thongke objdal = new DAL.DAL_thongke();
         return(objdal.thongke_sum_tien());
     }
     catch (Exception err)
     {
         throw;
     }
 }
Пример #2
0
 public DataTable LayDanhsach_count_phieumuon()
 {
     try
     {
         DAL.DAL_thongke objdal = new DAL.DAL_thongke();
         return(objdal.thongke_count_phieumuon());
     }
     catch (Exception err)
     {
         throw;
     }
 }