C# 클래스 FubuPersistence.Tests.RavenDb.Integration.FakeEntityEndpoint

파일 보기 프로젝트 열기: DarthFubuMVC/FubuPersistence

공개 메소드들

메소드 설명
FakeEntityEndpoint ( IEntityRepository repository ) : System
get_names ( ) : NamesResponse
post_name ( NamedEntity entity ) : FubuMVC.Core.Ajax.AjaxContinuation

메소드 상세

FakeEntityEndpoint() 공개 메소드

public FakeEntityEndpoint ( IEntityRepository repository ) : System
repository IEntityRepository
리턴 System

get_names() 공개 메소드

public get_names ( ) : NamesResponse
리턴 NamesResponse

post_name() 공개 메소드

public post_name ( NamedEntity entity ) : FubuMVC.Core.Ajax.AjaxContinuation
entity NamedEntity
리턴 FubuMVC.Core.Ajax.AjaxContinuation