Ejemplo n.º 1
0
 public void Phong_Delete(int PhongID)
 {
     PhongDAL doit = new PhongDAL();
     doit.Phong_Delete(PhongID);
 }