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

tp.ms.base.rest.resource.service.BasicRefService Maven / Gradle / Ivy

The newest version!
package tp.ms.base.rest.resource.service;

import tp.ms.base.rest.resource.http.Pager;
import tp.ms.common.bean.exception.ADServerException;

public interface BasicRefService {
	
	Pager executeReference(Pager pager) throws ADServerException;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy