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