Ejemplo n.º 1
0
 public PhongInfo Phong_GetItem(int PhongID)
 {
     PhongDAL doit = new PhongDAL();
     return doit.Phong_GetItem(PhongID);
 }