C# Class ValueProvidersExample.Models.ProfileRepository

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

Méthodes publiques

Méthode Description
Add ( Profile profile ) : void
Find ( string username ) : Profile
GetAll ( ) : ValueProvidersExample.Models.Profile[]

Private Methods

Méthode Description
ProfileRepository ( ) : System

Method Details

Add() public méthode

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

Find() public méthode

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

GetAll() public méthode

public GetAll ( ) : ValueProvidersExample.Models.Profile[]
Résultat ValueProvidersExample.Models.Profile[]