C# Class Worki.Web.MemberQuotationPaymentHandler

Inheritance: IPaymentHandler
显示文件 Open project: tah91/eworkyWebSite

Public Methods

Method Description
CompleteTransactions ( string payKey, IEnumerable payments ) : bool
CreateTransactions ( int quotationMemberId, string payKey, IEnumerable payments ) : bool
MemberQuotationPaymentHandler ( ILogger logger ) : System

Method Details

CompleteTransactions() public method

public CompleteTransactions ( string payKey, IEnumerable payments ) : bool
payKey string
payments IEnumerable
return bool

CreateTransactions() public method

public CreateTransactions ( int quotationMemberId, string payKey, IEnumerable payments ) : bool
quotationMemberId int
payKey string
payments IEnumerable
return bool

MemberQuotationPaymentHandler() public method

public MemberQuotationPaymentHandler ( ILogger logger ) : System
logger ILogger
return System