C# Class UCosmic.Web.Mvc.ApiControllers.EstablishmentLocationsController

Inheritance: ApiController
ファイルを表示 Open project: ucosmic/UCosmicAlpha

Public Methods

Method Description
EstablishmentLocationsController ( IProcessQueries queryProcessor, IHandleCommands updateHandler ) : System

Private Methods

Method Description
Get ( int establishmentId ) : EstablishmentLocationApiModel
Put ( int establishmentId, EstablishmentLocationPutModel model ) : HttpResponseMessage

Method Details

EstablishmentLocationsController() public method

public EstablishmentLocationsController ( IProcessQueries queryProcessor, IHandleCommands updateHandler ) : System
queryProcessor IProcessQueries
updateHandler IHandleCommands
return System