Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DDDPPP
Chap21
NHibernateExample
Application
Infrastructure
AuctionRepository
C# 클래스 DDDPPP.Chap21.NHibernateExample.Application.Infrastructure.AuctionRepository
상속:
IAuctionRepository
파일 보기
프로젝트 열기: elbandit/PPPDDD
공개 메소드들
메소드
설명
Add
(
Auction
auction
) :
void
AuctionRepository
(
ISession
session
) :
System
FindBy
(
System.Guid
Id
) :
Auction
메소드 상세
Add()
공개
메소드
public
Add
(
Auction
auction
) :
void
auction
Auction
리턴
void
AuctionRepository()
공개
메소드
public
AuctionRepository
(
ISession
session
) :
System
session
ISession
리턴
System
FindBy()
공개
메소드
public
FindBy
(
System.Guid
Id
) :
Auction
Id
System.Guid
리턴
Auction