Commit inicial
This commit is contained in:
parent
df9e11f6b9
commit
30fd396791
@ -1,10 +1,14 @@
|
||||
package org.lapaloma.enjoyeat.eedd.dao.impl;
|
||||
|
||||
import java.sql.Connection;
|
||||
|
||||
import org.lapaloma.enjoyeat.eedd.dao.ISupermercadoDAO;
|
||||
import org.lapaloma.enjoyeat.eedd.vo.Supermercado;
|
||||
|
||||
public class SupermercadoDaoJDBC implements ISupermercadoDAO {
|
||||
|
||||
private Connection conexion;
|
||||
|
||||
@Override
|
||||
public Supermercado obtenerSupermercadoPorCodigo(int codigo) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Loading…
Reference in New Issue
Block a user