Ejemplo n.º 1
0
 public int Update(PhieuThuePhongVO phieuthuephongVO)
 {
     try
     {
         return(phieuthuephongDAO.Update(phieuthuephongVO));
     }
     catch (SqlException e)
     {
         throw e;
     }
 }