Go to most recent revision | Details | Last modification | View Log | RSS feed
package in.shop2020.payment.persistence;
import in.shop2020.payment.domain.PaymentGateway;
public interface PaymentGatewayMapper {
PaymentGateway getPaymentGateway(long id);
}