Ejemplo n.º 1
0
 public DataTable getRitById(int id)
 {
     DAO = new RitDAO();
     return DAO.getRitByID(id).Tables[0];
 }