io.leopard.security.allow.dao.AllowDaoImpl Maven / Gradle / Ivy
package io.leopard.security.allow.dao;
public class AllowDaoImpl implements AllowDao {
@Override
public Boolean exist(Allow allow) {
// TODO Auto-generated method stub
return null;
}
@Override
public void load() {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy