C# Class UmbracoMVCBackofficePages.Data

Show file Open project: TimGeyssens/UmbracoMVCBackofficePages

Public Methods

Method Description
GetAll ( ) : IEnumerable
GetById ( int id ) : Person

Method Details

GetAll() public static method

public static GetAll ( ) : IEnumerable
return IEnumerable

GetById() public static method

public static GetById ( int id ) : Person
id int
return Person