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

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

공개 메소드들

메소드 설명
AnnotationController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, INotificationHandler notificationHandler, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System

Annotation controller constructor.

비공개 메소드들

메소드 설명
DeleteAsync ( string id ) : System.Threading.Tasks.Task
PostAsync ( AnnotationContract annotation ) : Task

메소드 상세

AnnotationController() 공개 메소드

Annotation controller constructor.
public AnnotationController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, INotificationHandler notificationHandler, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System
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