C# Class ValueProvidersExample.Models.ProfileRepository
Exibir arquivo
Open project: jeffreypalermo/mvc2inaction
Public Methods
Method |
Description |
|
Add ( Profile profile ) : void |
|
|
Find ( string username ) : Profile |
|
|
GetAll ( ) : ValueProvidersExample.Models.Profile[] |
|
|
Private Methods
Method Details
public Add ( Profile profile ) : void |
profile |
Profile |
|
return |
void |
|
public Find ( string username ) : Profile |
username |
string |
|
return |
Profile |
|
public GetAll ( ) : ValueProvidersExample.Models.Profile[] |
return |
ValueProvidersExample.Models.Profile[] |
|