Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Infrastructure
VisitorRepository
C# 클래스 Infrastructure.VisitorRepository
상속:
IVisitorRepository
파일 보기
프로젝트 열기: jeffreypalermo/mvc2inaction
1 사용 예제들
공개 메소드들
메소드
설명
GetRecentVisitors
(
int
numberOfVisitors
) :
Core.Visitor[]
Save
(
Visitor
visitor
) :
void
비공개 메소드들
메소드
설명
GetSession
( ) :
ISession
메소드 상세
GetRecentVisitors()
공개
메소드
public
GetRecentVisitors
(
int
numberOfVisitors
) :
Core.Visitor[]
numberOfVisitors
int
리턴
Core.Visitor[]
Save()
공개
메소드
public
Save
(
Visitor
visitor
) :
void
visitor
Core.Visitor
리턴
void