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

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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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