Esempio n. 1
0
 @Override
 public Estados getEstado(String situacion) throws ParseException {
   return mEstadosDAO.getEstado(situacion);
 }