Ejemplo n.º 1
0
 public static bool DangKiDichVu(OderDichVuDTO infor)
 {
     if (infor.SoLuong > 0)
     {
         return(OderDichVuDAO.DangKiDichVu(infor));
     }
     else
     {
         return(false);
     }
 }
Ejemplo n.º 2
0
 public static bool XoaDichVuPhongDK(HoaDonDTO inforHD)
 {
     return(OderDichVuDAO.XoaDichVuPhongDK(inforHD));
 }
Ejemplo n.º 3
0
 public static List <OderDichVuDTO> DanhSachDichVuDK(int?maPhong)
 {
     return(OderDichVuDAO.DanhSachDichVuDK(maPhong));
 }
Ejemplo n.º 4
0
 public static int LaySoLuongDichVuDK(int?maPhong)
 {
     return(OderDichVuDAO.LaySoLuongDichVuDK(maPhong));
 }
Ejemplo n.º 5
0
 public static List <OderDichVuDTO> LayMaDichVuDangKi(string tendichvu)
 {
     return(OderDichVuDAO.LayMaDichVuDangKi(tendichvu));
 }
Ejemplo n.º 6
0
 public static List <OderDichVuDTO> LoadDanhSachDichVu()
 {
     return(OderDichVuDAO.LoadDanhSachDichVu());
 }