C# Class PhotoSharingApp.AppService.Controllers.IapController

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

Méthodes publiques

Méthode Description
IapController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IIapValidator iapValidator, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Threading.Tasks

Iap controller constructor.

Private Methods

Méthode Description
PostAsync ( StringWrapper receipt ) : Task

Method Details

IapController() public méthode

Iap controller constructor.
public IapController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IIapValidator iapValidator, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Threading.Tasks
repository IRepository Repository interface.
telemetryClient Microsoft.ApplicationInsights.TelemetryClient Telemetry interface.
iapValidator IIapValidator IapValidator interface.
userRegistrationReferenceProvider IUserRegistrationReferenceProvider The user registration reference provider.
Résultat System.Threading.Tasks