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

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

공개 메소드들

메소드 설명
SharedController ( IOptions errorSettings, IOptions sharedSettings, IMatterCenterServiceFunctions matterCenterServiceFunctions, ICustomLogger customLogger, IOptions logTables, ISharedRepository sharedRepository ) : System

Constructor where all dependencies are injected

비공개 메소드들

메소드 설명
Help ( [ helpRequestModel ) : Task

메소드 상세

SharedController() 공개 메소드

Constructor where all dependencies are injected
public SharedController ( IOptions errorSettings, IOptions sharedSettings, IMatterCenterServiceFunctions matterCenterServiceFunctions, ICustomLogger customLogger, IOptions logTables, ISharedRepository sharedRepository ) : System
errorSettings IOptions
sharedSettings IOptions
matterCenterServiceFunctions IMatterCenterServiceFunctions
customLogger ICustomLogger
logTables IOptions
sharedRepository ISharedRepository
리턴 System