source: ether_eccad/trunk/ECCAD_INTERFACE/WEB-INF/src/org/medias/eccad/persistance/dao/MappingDAO.java @ 68

Last change on this file since 68 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 183 bytes
Line 
1package org.medias.eccad.persistance.dao;
2
3import org.medias.eccad.modele.Visualisation;
4
5public interface MappingDAO {
6        public Visualisation getVisualisation(String type_produit);
7}
Note: See TracBrowser for help on using the repository browser.