Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Domain
OrderRepository
C# 클래스 Domain.OrderRepository
파일 보기
프로젝트 열기: daxko/interview_projects
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
orders
IList
공개 메소드들
메소드
설명
OrderRepository
( ) :
System.Collections.Generic
get_all
( ) :
IList
save
(
Order
order
) :
void
메소드 상세
OrderRepository()
공개
메소드
public
OrderRepository
( ) :
System.Collections.Generic
리턴
System.Collections.Generic
get_all()
공개
메소드
public
get_all
( ) :
IList
리턴
IList
save()
공개
메소드
public
save
(
Order
order
) :
void
order
Order
리턴
void
프로퍼티 상세
orders
공개적으로 프로퍼티
public
IList
orders
리턴
IList