Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
UmbracoMVCBackofficePages
Data
C# Class UmbracoMVCBackofficePages.Data
Exibir arquivo
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