コード例 #1
0
 public Ngay_PhongInfo Ngay_Phong_GetItemByPhongID(int PhongID)
 {
     Ngay_PhongDAL doit = new Ngay_PhongDAL();
     return doit.Ngay_Phong_GetItemByPhongID(PhongID);
 }