C# Class Microsoft.Legal.MatterCenter.Web.TaxonomyController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Datei anzeigen Open project: Microsoft/mattercenter

Public Methods

Method Description
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

Private Methods

Method Description
GetTaxonomy ( [ termStoreViewModel ) : Task

Method Details

TaxonomyController() public method

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
return System