public static EspeceDAO getEspeces(int idEspece) { EspeceDAO p = EspeceDAL.getEspece(idEspece); return(p); }
public static EspeceDAO getEspece(int idEspece) { EspeceDAO e = EspeceDAL.getEspece(idEspece); return(e); }