C# Class Soloco.RealTimeWeb.Controllers.InstallationController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
ファイルを表示 Open project: tim-cools/RealTimeWeb.NET

Public Methods

Method Description
Index ( ) : Task
InstallationController ( IConfiguration configuration, IMessageDispatcher messageDispatcher ) : System

Private Methods

Method Description
Index ( ConfigurationRequest request ) : Task
MapCommand ( ConfigurationRequest request ) : StoreConfigurationCommand
MapResponse ( ConfigurationResult result ) : InstallationResponse

Method Details

Index() public method

public Index ( ) : Task
return Task

InstallationController() public method

public InstallationController ( IConfiguration configuration, IMessageDispatcher messageDispatcher ) : System
configuration IConfiguration
messageDispatcher IMessageDispatcher
return System