Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1946 chandransh 1
package in.shop2020.payment.persistence;
2
 
3
import in.shop2020.payment.domain.PaymentGateway;
4
 
5
public interface PaymentGatewayMapper {
6
 
7
	PaymentGateway getPaymentGateway(long id);
8
 
9
}