C# Class EventSourced.Net.Web.Logoff.Controller

Inheritance: Microsoft.AspNet.Mvc.Controller
显示文件 Open project: danludwig/eventsourced.net

Private Properties

Property Type Description
PostApi Task

Public Methods

Method Description
Controller ( ISendCommand command ) : System.Threading.Tasks

Private Methods

Method Description
PostApi ( string returnUrl ) : Task

Method Details

Controller() public method

public Controller ( ISendCommand command ) : System.Threading.Tasks
command ISendCommand
return System.Threading.Tasks