C# Class ValueProvidersExample.Models.ProfileRepository
Afficher le fichier
Open project: jeffreypalermo/mvc2inaction
Méthodes publiques
Méthode |
Description |
|
Add ( Profile profile ) : void |
|
|
Find ( string username ) : Profile |
|
|
GetAll ( ) : ValueProvidersExample.Models.Profile[] |
|
|
Private Methods
Method Details
public Add ( Profile profile ) : void |
profile |
Profile |
|
Résultat |
void |
|
public Find ( string username ) : Profile |
username |
string |
|
Résultat |
Profile |
|
public GetAll ( ) : ValueProvidersExample.Models.Profile[] |
Résultat |
ValueProvidersExample.Models.Profile[] |
|