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

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

Public Methods

Method 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

Method Description
Help ( Client client, string selectedPage ) : Task
UrlExists ( Client client, string oneNoteUrl, string matterLandingPageUrl ) : Task

Method Details

SharedController() public method

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