C# 클래스 UmbracoMVCBackofficePages.Data

파일 보기 프로젝트 열기: TimGeyssens/UmbracoMVCBackofficePages

공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
GetById ( int id ) : Person

메소드 상세

GetAll() 공개 정적인 메소드

public static GetAll ( ) : IEnumerable
리턴 IEnumerable

GetById() 공개 정적인 메소드

public static GetById ( int id ) : Person
id int
리턴 Person