C# Class AreasExample.Areas.Admin.Models.ProfileRepository
Datei anzeigen
Open project: jeffreypalermo/mvc2inaction
Public Methods
Method |
Description |
|
Add ( Profile profile ) : void |
|
|
Find ( ) : IQueryable |
|
|
Find ( string username ) : Profile |
|
|
GetAll ( ) : IEnumerable |
|
|
Private Methods
Method Details
public Add ( Profile profile ) : void |
profile |
Profile |
|
return |
void |
|
public Find ( ) : IQueryable |
return |
IQueryable |
|
public Find ( string username ) : Profile |
username |
string |
|
return |
Profile |
|
public GetAll ( ) : IEnumerable |
return |
IEnumerable |
|