C# 클래스 Example.Domain.Barbering.Barber

파일 보기 프로젝트 열기: kevinhillinger/Dapper.Persistence

공개 메소드들

메소드 설명
AskCustomerWhatHairStyleTheyWant ( ) : HairStyle
CutHair ( ) : void
GetPriceOfHairCut ( HairStyle style ) : decimal
GreetCustomer ( Customer customer ) : void
TakePayment ( decimal money ) : void

메소드 상세

AskCustomerWhatHairStyleTheyWant() 공개 메소드

public AskCustomerWhatHairStyleTheyWant ( ) : HairStyle
리턴 HairStyle

CutHair() 공개 메소드

public CutHair ( ) : void
리턴 void

GetPriceOfHairCut() 공개 메소드

public GetPriceOfHairCut ( HairStyle style ) : decimal
style HairStyle
리턴 decimal

GreetCustomer() 공개 메소드

public GreetCustomer ( Customer customer ) : void
customer Example.Domain.Customers.Customer
리턴 void

TakePayment() 공개 메소드

public TakePayment ( decimal money ) : void
money decimal
리턴 void