public PaymentLineService(IUnReturnablePaymentLineService unreturnablePaymentLineService) { _unreturnablePaymentLineService = unreturnablePaymentLineService; }
public ReturnValidationService(IUnReturnablePaymentLineService unreturnablePaymentLineService) { _unreturnablePaymentLineService = unreturnablePaymentLineService; }