C# Class PhotoSharingApp.AppService.Controllers.ReportController

Inheritance: BaseController
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

Méthode Description
ReportController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, INotificationHandler notificationHandler, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Threading.Tasks

Report controller constructor.

Private Methods

Méthode Description
PostAsync ( ReportContract report ) : Task

Method Details

ReportController() public méthode

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.
Résultat System.Threading.Tasks