C# 클래스 PPPDDDChap23.EventSourcing.Application.Model.PayAsYouGo.PayAsYouGoInclusiveMinutesOffer

파일 보기 프로젝트 열기: elbandit/PPPDDD 1 사용 예제들

공개 메소드들

메소드 설명
IsSatisfiedBy ( Money credit ) : bool
PayAsYouGoInclusiveMinutesOffer ( ) : System
PayAsYouGoInclusiveMinutesOffer ( Money spendThreshold, Minutes freeMinutes ) : System

메소드 상세

IsSatisfiedBy() 공개 메소드

public IsSatisfiedBy ( Money credit ) : bool
credit Money
리턴 bool

PayAsYouGoInclusiveMinutesOffer() 공개 메소드

public PayAsYouGoInclusiveMinutesOffer ( ) : System
리턴 System

PayAsYouGoInclusiveMinutesOffer() 공개 메소드

public PayAsYouGoInclusiveMinutesOffer ( Money spendThreshold, Minutes freeMinutes ) : System
spendThreshold Money
freeMinutes Minutes
리턴 System