Ejemplo n.º 1
0
 public void Phong_Add(int LoaiPhongId, string PhongName, int TienNghiID, int SoGiuong, int SoNguoi)
 {
     PhongDAL doit = new PhongDAL();
     doit.Phong_Add(LoaiPhongId, PhongName, TienNghiID, SoGiuong, SoNguoi);
 }