Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
VendingMachine
Domain
DrinkPriceSpecification
C# 클래스 VendingMachine.Domain.DrinkPriceSpecification
상속:
IDrinkPriceSpecification
파일 보기
프로젝트 열기: posaunehm/Codersation
공개 메소드들
메소드
설명
GetItemPrice
(
string
drinkName
) :
int
SetDrinkSpec
(
PriceSpecification
spec
) :
void
메소드 상세
GetItemPrice()
공개
메소드
public
GetItemPrice
(
string
drinkName
) :
int
drinkName
string
리턴
int
SetDrinkSpec()
공개
메소드
public
SetDrinkSpec
(
PriceSpecification
spec
) :
void
spec
PriceSpecification
리턴
void