C# Класс UCosmic.Web.Mvc.ApiControllers.AffiliationsController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
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