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

상속: BaseController
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
IapController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IIapValidator iapValidator, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Threading.Tasks

Iap controller constructor.

비공개 메소드들

메소드 설명
PostAsync ( StringWrapper receipt ) : Task

메소드 상세

IapController() 공개 메소드

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