C# Класс Microsoft.Legal.MatterCenter.Web.TaxonomyController

Наследование: Microsoft.AspNetCore.Mvc.Controller
Показать файл Открыть проект

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

Метод Описание
TaxonomyController ( IOptions errorSettings, IOptions taxonomySettings, IOptions generalSettings, IMatterCenterServiceFunctions matterCenterServiceFunctions, ITaxonomyRepository taxonomyRepository, ICustomLogger customLogger, IOptions logTables, IValidationFunctions validationFunctions ) : System

Constructor where all the required dependencies are injected

Приватные методы

Метод Описание
GetTaxonomy ( [ termStoreViewModel ) : Task

Описание методов

TaxonomyController() публичный Метод

Constructor where all the required dependencies are injected
public TaxonomyController ( IOptions errorSettings, IOptions taxonomySettings, IOptions generalSettings, IMatterCenterServiceFunctions matterCenterServiceFunctions, ITaxonomyRepository taxonomyRepository, ICustomLogger customLogger, IOptions logTables, IValidationFunctions validationFunctions ) : System
errorSettings IOptions
taxonomySettings IOptions
generalSettings IOptions
matterCenterServiceFunctions IMatterCenterServiceFunctions
taxonomyRepository ITaxonomyRepository
customLogger ICustomLogger
logTables IOptions
validationFunctions IValidationFunctions
Результат System