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