Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Example
Domain
Barbering
Shop
C# Class Example.Domain.Barbering.Shop
Show file
Open project: kevinhillinger/Dapper.Persistence
Public Methods
Method
Description
GetAvailableBarber
( ) :
Barber
GetPriceOfHairCut
(
HairStyle
style
) :
decimal
Open
(
System.DateTime
now
) :
void
Method Details
GetAvailableBarber()
public
method
public
GetAvailableBarber
( ) :
Barber
return
Barber
GetPriceOfHairCut()
public
method
public
GetPriceOfHairCut
(
HairStyle
style
) :
decimal
style
HairStyle
return
decimal
Open()
public
method
public
Open
(
System.DateTime
now
) :
void
now
System.DateTime
return
void