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

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

Méthodes publiques

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

Constructor where all the required dependencies are injected

Private Methods

Méthode Description
Help ( Client client, string selectedPage ) : Task
UrlExists ( Client client, string oneNoteUrl, string matterLandingPageUrl ) : Task

Method Details

SharedController() public méthode

Constructor where all the required dependencies are injected
public SharedController ( IOptions errorSettings, IOptions sharedSettings, ISPOAuthorization spoAuthorization, IMatterCenterServiceFunctions matterCenterServiceFunctions, ICustomLogger customLogger, IOptions logTables, ISharedRepository sharedRepository ) : System
errorSettings IOptions
sharedSettings IOptions
spoAuthorization ISPOAuthorization
matterCenterServiceFunctions IMatterCenterServiceFunctions
customLogger ICustomLogger
logTables IOptions
sharedRepository ISharedRepository
Résultat System