C# 클래스 DocumentsAndFolders.Sqs.Core.Ports.DB.FakeDB

파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
AddUpdateDocument ( Document document ) : void
AddUpdateFolder ( Folder folder ) : void
GetDocument ( int id ) : Document
GetFolder ( int id ) : Folder

비공개 메소드들

메소드 설명
FakeDB ( ) : System

메소드 상세

AddUpdateDocument() 공개 메소드

public AddUpdateDocument ( Document document ) : void
document Document
리턴 void

AddUpdateFolder() 공개 메소드

public AddUpdateFolder ( Folder folder ) : void
folder Folder
리턴 void

GetDocument() 공개 메소드

public GetDocument ( int id ) : Document
id int
리턴 Document

GetFolder() 공개 메소드

public GetFolder ( int id ) : Folder
id int
리턴 Folder