All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.leopard.security.allow.dao.AllowDaoMysqlImpl Maven / Gradle / Ivy

package io.leopard.security.allow.dao;

public class AllowDaoMysqlImpl 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