C# 클래스 PhotoSharingApp.AppService.Controllers.ReportController

상속: BaseController
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
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