C# 클래스 MonkeyWrench.Database.DBPerson_Extensions

파일 보기 프로젝트 열기: rolfbjarne/monkeywrench

공개 메소드들

메소드 설명
Create ( DB db, int id ) : DBPerson
GetAll ( DB db ) : List

메소드 상세

Create() 공개 정적인 메소드

public static Create ( DB db, int id ) : DBPerson
db DB
id int
리턴 MonkeyWrench.DataClasses.DBPerson

GetAll() 공개 정적인 메소드

public static GetAll ( DB db ) : List
db DB
리턴 List