C# Class PhotoSharingApp.AppService.Controllers.AnnotationController

Inheritance: BaseController
Datei anzeigen Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
AnnotationController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, INotificationHandler notificationHandler, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System

Annotation controller constructor.

Private Methods

Method Description
DeleteAsync ( string id ) : System.Threading.Tasks.Task
PostAsync ( AnnotationContract annotation ) : Task

Method Details

AnnotationController() public method

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.
return System