package fr.mch.mdo.restaurant.dao; public interface IDaoBean { IDao getDao(); void setDao(IDao dao); }