com.payneteasy.apiservlet.IApiCall Maven / Gradle / Ivy
package com.payneteasy.apiservlet;
public interface IApiCall {
Response exec(Request aRequest) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.payneteasy.apiservlet;
public interface IApiCall {
Response exec(Request aRequest) throws Exception;
}