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

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

공개 메소드들

메소드 설명
AffiliationsController ( IProcessQueries queryProcessor, IHandleCommands create, IHandleCommands update, IHandleCommands purge ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Delete ( int establishmentId, int personId = null ) : HttpResponseMessage
Get ( int personId = null ) : IEnumerable
Put ( AffiliationPutModel model, int establishmentId, int personId = null ) : HttpResponseMessage

메소드 상세

AffiliationsController() 공개 메소드

public AffiliationsController ( IProcessQueries queryProcessor, IHandleCommands create, IHandleCommands update, IHandleCommands purge ) : System.Collections.Generic
queryProcessor IProcessQueries
create IHandleCommands
update IHandleCommands
purge IHandleCommands
리턴 System.Collections.Generic