C# 클래스 UCosmic.Web.Mvc.ApiControllers.EstablishmentLocationsController

상속: ApiController
파일 보기 프로젝트 열기: ucosmic/UCosmicAlpha

공개 메소드들

메소드 설명
EstablishmentLocationsController ( IProcessQueries queryProcessor, IHandleCommands updateHandler ) : System

비공개 메소드들

메소드 설명
Get ( int establishmentId ) : EstablishmentLocationApiModel
Put ( int establishmentId, EstablishmentLocationPutModel model ) : HttpResponseMessage

메소드 상세

EstablishmentLocationsController() 공개 메소드

public EstablishmentLocationsController ( IProcessQueries queryProcessor, IHandleCommands updateHandler ) : System
queryProcessor IProcessQueries
updateHandler IHandleCommands
리턴 System