Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SocialBootstrapApi
ServiceInterface
TodoRepository
C# 클래스 SocialBootstrapApi.ServiceInterface.TodoRepository
In-memory repository, so we can run the TODO app without any external dependencies Registered in Funq as a singleton, auto injected on every request
파일 보기
프로젝트 열기: ServiceStackApps/SocialBootstrapApi
공개 메소드들
메소드
설명
DeleteById
(
long
id
) :
void
GetAll
( ) :
List
GetById
(
long
id
) :
Todo
Store
(
Todo
todo
) :
Todo
메소드 상세
DeleteById()
공개
메소드
public
DeleteById
(
long
id
) :
void
id
long
리턴
void
GetAll()
공개
메소드
public
GetAll
( ) :
List
리턴
List
GetById()
공개
메소드
public
GetById
(
long
id
) :
Todo
id
long
리턴
Todo
Store()
공개
메소드
public
Store
(
Todo
todo
) :
Todo
todo
Todo
리턴
Todo