C# Class PhotoSharingApp.AppService.Controllers.HeroPhotoController

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

Méthodes publiques

Méthode Description
HeroPhotoController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Collections.Generic

Controller for hero photo operations.

Private Methods

Méthode Description
GetAsync ( [ count ) : Task>

Method Details

HeroPhotoController() public méthode

Controller for hero photo operations.
public HeroPhotoController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Collections.Generic
repository IRepository Data layer.
telemetryClient Microsoft.ApplicationInsights.TelemetryClient Telemetry client.
userRegistrationReferenceProvider IUserRegistrationReferenceProvider The user registration reference provider.
Résultat System.Collections.Generic