Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Example
Domain
Barbering
Shop
C# 클래스 Example.Domain.Barbering.Shop
파일 보기
프로젝트 열기: kevinhillinger/Dapper.Persistence
공개 메소드들
메소드
설명
GetAvailableBarber
( ) :
Barber
GetPriceOfHairCut
(
HairStyle
style
) :
decimal
Open
(
System.DateTime
now
) :
void
메소드 상세
GetAvailableBarber()
공개
메소드
public
GetAvailableBarber
( ) :
Barber
리턴
Barber
GetPriceOfHairCut()
공개
메소드
public
GetPriceOfHairCut
(
HairStyle
style
) :
decimal
style
HairStyle
리턴
decimal
Open()
공개
메소드
public
Open
(
System.DateTime
now
) :
void
now
System.DateTime
리턴
void