Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MvcApplication1
Controllers
UserRepository
C# 클래스 MvcApplication1.Controllers.UserRepository
파일 보기
프로젝트 열기: jeffreypalermo/mvc2inaction
공개 메소드들
메소드
설명
GetAll
( ) :
IEnumerable
GetById
(
int
id
) :
User
메소드 상세
GetAll()
공개
정적인
메소드
public
static
GetAll
( ) :
IEnumerable
리턴
IEnumerable
GetById()
공개
정적인
메소드
public
static
GetById
(
int
id
) :
User
id
int
리턴
User