C# Класс Microsoft.Legal.MatterCenter.Service.SharedController

Наследование: Microsoft.AspNet.Mvc.Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
SharedController ( IOptions errorSettings, IOptions sharedSettings, ISPOAuthorization spoAuthorization, IMatterCenterServiceFunctions matterCenterServiceFunctions, ICustomLogger customLogger, IOptions logTables, ISharedRepository sharedRepository ) : System

Constructor where all the required dependencies are injected

Приватные методы

Метод Описание
Help ( Client client, string selectedPage ) : Task
UrlExists ( Client client, string oneNoteUrl, string matterLandingPageUrl ) : Task

Описание методов

SharedController() публичный Метод

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
Результат System