C# Class PhotoSharingApp.AppService.Controllers.IapController

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

Public Methods

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

Iap controller constructor.

Private Methods

Method Description
PostAsync ( StringWrapper receipt ) : Task

Method Details

IapController() public method

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