C# Класс FrontendServices.Controllers.AdminController

Наследование: ApiController
Показать файл Открыть проект

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

Метод Описание
AdminController ( IConfirmationService confirmationService, NotificationEventSink notificationEventSink, IUserManager userManager ) : System

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

Метод Описание
ChangeUserHideStatus ( int id, bool condition ) : IHttpActionResult
ConfirmDeveloper ( int userId ) : IHttpActionResult
PromoteToAdmin ( int id ) : IHttpActionResult
SendAdminNotification ( [ textInfo ) : IHttpActionResult

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

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

public AdminController ( IConfirmationService confirmationService, NotificationEventSink notificationEventSink, IUserManager userManager ) : System
confirmationService IConfirmationService
notificationEventSink NotificationService.NotificationEventSink
userManager IUserManager
Результат System