C# Class FubuPersistenceHarness.HomeEndpoint

Mostra file Open project: DarthFubuMVC/FubuPersistence

Public Methods

Method Description
HomeEndpoint ( ITransaction transaction ) : System
Index ( ) : ShowUsersViewModel
post_clear ( ClearInputModel input ) : FubuContinuation
post_new_user ( NewUserInputModel input ) : FubuContinuation

Method Details

HomeEndpoint() public method

public HomeEndpoint ( ITransaction transaction ) : System
transaction ITransaction
return System

Index() public method

public Index ( ) : ShowUsersViewModel
return ShowUsersViewModel

post_clear() public method

public post_clear ( ClearInputModel input ) : FubuContinuation
input ClearInputModel
return FubuContinuation

post_new_user() public method

public post_new_user ( NewUserInputModel input ) : FubuContinuation
input NewUserInputModel
return FubuContinuation