C# 클래스 ValueProvidersExample.Models.ProfileRepository

상속: IProfileRepository
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
Add ( Profile profile ) : void
Find ( string username ) : Profile
GetAll ( ) : ValueProvidersExample.Models.Profile[]

비공개 메소드들

메소드 설명
ProfileRepository ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( Profile profile ) : void
profile Profile
리턴 void

Find() 공개 메소드

public Find ( string username ) : Profile
username string
리턴 Profile

GetAll() 공개 메소드

public GetAll ( ) : ValueProvidersExample.Models.Profile[]
리턴 ValueProvidersExample.Models.Profile[]