C# Класс PhotoSharingApp.AppService.Controllers.ReportController

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

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

Метод Описание
ReportController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, INotificationHandler notificationHandler, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Threading.Tasks

Report controller constructor.

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

Метод Описание
PostAsync ( ReportContract report ) : Task

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

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

Report controller constructor.
public ReportController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, INotificationHandler notificationHandler, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Threading.Tasks
repository IRepository The repository interface.
telemetryClient Microsoft.ApplicationInsights.TelemetryClient The telemetry client.
notificationHandler INotificationHandler The notification handler.
userRegistrationReferenceProvider IUserRegistrationReferenceProvider The user registration reference provider.
Результат System.Threading.Tasks