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

Inheritance: ApiController
Afficher le fichier Open project: ucosmic/UCosmicAlpha

Méthodes publiques

Méthode Description
EstablishmentLocationsController ( IProcessQueries queryProcessor, IHandleCommands updateHandler ) : System

Private Methods

Méthode Description
Get ( int establishmentId ) : EstablishmentLocationApiModel
Put ( int establishmentId, EstablishmentLocationPutModel model ) : HttpResponseMessage

Method Details

EstablishmentLocationsController() public méthode

public EstablishmentLocationsController ( IProcessQueries queryProcessor, IHandleCommands updateHandler ) : System
queryProcessor IProcessQueries
updateHandler IHandleCommands
Résultat System