C# 클래스 Microsoft.Legal.MatterCenter.Web.TaxonomyController

상속: Microsoft.AspNetCore.Mvc.Controller
파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
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