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

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

Public Methods

Method Description
SharedController ( IOptions errorSettings, IOptions sharedSettings, IMatterCenterServiceFunctions matterCenterServiceFunctions, ICustomLogger customLogger, IOptions logTables, ISharedRepository sharedRepository ) : System

Constructor where all dependencies are injected

Private Methods

Method Description
Help ( [ helpRequestModel ) : Task

Method Details

SharedController() public method

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