C# Class AreasExample.Areas.Admin.Models.ProfileRepository

Inheritance: IProfileRepository
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Méthodes publiques

Méthode Description
Add ( Profile profile ) : void
Find ( ) : IQueryable
Find ( string username ) : Profile
GetAll ( ) : IEnumerable

Private Methods

Méthode Description
ProfileRepository ( ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( Profile profile ) : void
profile Profile
Résultat void

Find() public méthode

public Find ( ) : IQueryable
Résultat IQueryable

Find() public méthode

public Find ( string username ) : Profile
username string
Résultat Profile

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable