Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PAWA
DAL
FolderRepository
C# 클래스 PAWA.DAL.FolderRepository
상속:
IFolderRepository
파일 보기
프로젝트 열기: jarradm/PAWA
공개 메소드들
메소드
설명
Add
(
Folder
item
) :
Folder
FolderRepository
( ) :
System
Get
(
int
id
) :
Folder
GetAll
( ) :
IEnumerable
Remove
(
int
id
) :
void
Update
(
Folder
item
) :
bool
메소드 상세
Add()
공개
메소드
public
Add
(
Folder
item
) :
Folder
item
PAWA.Models.Folder
리턴
PAWA.Models.Folder
FolderRepository()
공개
메소드
public
FolderRepository
( ) :
System
리턴
System
Get()
공개
메소드
public
Get
(
int
id
) :
Folder
id
int
리턴
PAWA.Models.Folder
GetAll()
공개
메소드
public
GetAll
( ) :
IEnumerable
리턴
IEnumerable
Remove()
공개
메소드
public
Remove
(
int
id
) :
void
id
int
리턴
void
Update()
공개
메소드
public
Update
(
Folder
item
) :
bool
item
PAWA.Models.Folder
리턴
bool