C# 클래스 AreasExample.Areas.Admin.Models.ProfileRepository

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

공개 메소드들

메소드 설명
Add ( Profile profile ) : void
Find ( ) : IQueryable
Find ( string username ) : Profile
GetAll ( ) : IEnumerable

비공개 메소드들

메소드 설명
ProfileRepository ( ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

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

Find() 공개 메소드

public Find ( ) : IQueryable
리턴 IQueryable

Find() 공개 메소드

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

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable