Esempio n. 1
0
 public static int AddBaoCao(int month)
 {
     return(BC_SachMuonTheoTheLoaiDAO.AddBC_SachMuonTheoTheLoai(month));
 }
Esempio n. 2
0
 public static IList BaoCaoSachMuonTheoTheLoai(int month)
 {
     return(BC_SachMuonTheoTheLoaiDAO.LoadSachMuonTheoTheLoai(month));
 }