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

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

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

Constructor where all dependencies are injected

Private Methods

Méthode Description
Help ( [ helpRequestModel ) : Task

Method Details

SharedController() public méthode

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
Résultat System