Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ParkerFox
Infrastructure
Repository
VisitorRepository
C# 클래스 ParkerFox.Infrastructure.Repository.VisitorRepository
상속:
IVisitorRepository
파일 보기
프로젝트 열기: KHProjects/KH-Parker-Fox
공개 메소드들
메소드
설명
GetRecent
(
int
limit
) :
IList
Save
(
Visitor
visitor
) :
void
메소드 상세
GetRecent()
공개
메소드
public
GetRecent
(
int
limit
) :
IList
limit
int
리턴
IList
Save()
공개
메소드
public
Save
(
Visitor
visitor
) :
void
visitor
ParkerFox.Core.Entities.Visitor
리턴
void