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

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

Public Methods

Method Description
AffiliationsController ( IProcessQueries queryProcessor, IHandleCommands create, IHandleCommands update, IHandleCommands purge ) : System.Collections.Generic

Private Methods

Method Description
Delete ( int establishmentId, int personId = null ) : HttpResponseMessage
Get ( int personId = null ) : IEnumerable
Put ( AffiliationPutModel model, int establishmentId, int personId = null ) : HttpResponseMessage

Method Details

AffiliationsController() public method

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