Commit inicial
This commit is contained in:
parent
30fd396791
commit
1543217ba0
@ -1,4 +1,4 @@
|
|||||||
package org.lapaloma.enjoyeat.eedd.dao.impl;
|
package org.lapaloma.enjoyeat.eedd.dao.jdbc;
|
||||||
|
|
||||||
import java.sql.Connection;
|
import java.sql.Connection;
|
||||||
|
|
||||||
@ -15,4 +15,13 @@ public class SupermercadoDaoJDBC implements ISupermercadoDAO {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Connection getConexion() {
|
||||||
|
return conexion;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setConexion(Connection conexion) {
|
||||||
|
this.conexion = conexion;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user