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

상속: BaseController
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
HeroPhotoController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Collections.Generic

Controller for hero photo operations.

비공개 메소드들

메소드 설명
GetAsync ( [ count ) : Task>

메소드 상세

HeroPhotoController() 공개 메소드

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.
리턴 System.Collections.Generic