C# 클래스 GenericRepository, code

상속: ILookupRepository
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GenericRepository ( IDbFactory dbFactory )
GenericRepository ( PayloadContext context )
GetAll ( ) : IQueryable

메소드 상세

GenericRepository() 공개 메소드

public GenericRepository ( IDbFactory dbFactory )
dbFactory IDbFactory

GenericRepository() 공개 메소드

public GenericRepository ( PayloadContext context )
context PayloadContext

GetAll() 공개 메소드

public GetAll ( ) : IQueryable
리턴 IQueryable