package fr.mch.mdo.restaurant.dao.products; import fr.mch.mdo.restaurant.dao.IDaoServices; public interface IProductPartsDao extends IDaoServices { }