C# 클래스 GeneralRepository, code

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

공개 메소드들

메소드 설명
GeneralRepository ( )
SelectByID ( int? id ) : T

메소드 상세

GeneralRepository() 공개 메소드

public GeneralRepository ( )

SelectByID() 공개 메소드

public SelectByID ( int? id ) : T
id int?
리턴 T