package fr.mch.mdo.restaurant.dao.users; import fr.mch.mdo.restaurant.dao.IDaoServices; public interface IUsersDao extends IDaoServices { }