Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
MvcApplication1
Controllers
UserRepository
C# Class MvcApplication1.Controllers.UserRepository
Afficher le fichier
Open project: jeffreypalermo/mvc2inaction
Méthodes publiques
Méthode
Description
GetAll
( ) :
IEnumerable
GetById
(
int
id
) :
User
Method Details
GetAll()
public
static
méthode
public
static
GetAll
( ) :
IEnumerable
Résultat
IEnumerable
GetById()
public
static
méthode
public
static
GetById
(
int
id
) :
User
id
int
Résultat
User