source: ether_eccad/trunk/ECCAD_INTERFACE/WEB-INF/src/org/medias/eccad/persistance/dao/XmlDAO.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: 112 bytes
Line 
1package org.medias.eccad.persistance.dao;
2
3public interface XmlDAO {
4        public String getXmlByProduit(long id);
5}
Note: See TracBrowser for help on using the repository browser.