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

Inheritance: IProfileRepository
Show file Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
Add ( Profile profile ) : void
Find ( ) : IQueryable
Find ( string username ) : Profile
GetAll ( ) : IEnumerable

Private Methods

Method Description
ProfileRepository ( ) : System.Collections.Generic

Method Details

Add() public method

public Add ( Profile profile ) : void
profile Profile
return void

Find() public method

public Find ( ) : IQueryable
return IQueryable

Find() public method

public Find ( string username ) : Profile
username string
return Profile

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable