C# 클래스 PETUtility.Business.Providers.Impl.PaymentBusinessProvider

상속: BaseBusinessProvider, IPaymentBusinessProvider
파일 보기 프로젝트 열기: pet-informatica/PET-Utility

공개 메소드들

메소드 설명
AddCredit ( Payment credit ) : void
GetAccountStatement ( PaymentFilter paymentFilter = null ) : List
GetPayments ( PaymentFilter paymentFilter = null ) : List
UpdatePayments ( string ids ) : void

메소드 상세

AddCredit() 공개 메소드

public AddCredit ( Payment credit ) : void
credit PETUtility.Data.Fundamentals.Models.Financial.Payment
리턴 void

GetAccountStatement() 공개 메소드

public GetAccountStatement ( PaymentFilter paymentFilter = null ) : List
paymentFilter PETUtility.Data.Fundamentals.Filters.PaymentFilter
리턴 List

GetPayments() 공개 메소드

public GetPayments ( PaymentFilter paymentFilter = null ) : List
paymentFilter PaymentFilter
리턴 List

UpdatePayments() 공개 메소드

public UpdatePayments ( string ids ) : void
ids string
리턴 void