C# Class ValueProvidersExample.Models.ProfileRepository

Inheritance: IProfileRepository
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 Description
ProfileRepository ( ) : System

Method Details

Add() public method

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

Find() public method

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

GetAll() public method

public GetAll ( ) : ValueProvidersExample.Models.Profile[]
return ValueProvidersExample.Models.Profile[]