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

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

공개 메소드들

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

Controller to handle creation and acquisition of user object.

비공개 메소드들

메소드 설명
GetUser ( ) : Task
UpdateUserProfile ( UserContract user ) : Task

메소드 상세

UserController() 공개 메소드

Controller to handle creation and acquisition of user object.
public UserController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Threading.Tasks
repository IRepository Data access layer.
telemetryClient Microsoft.ApplicationInsights.TelemetryClient ApplicationInsights telemetry client.
userRegistrationReferenceProvider IUserRegistrationReferenceProvider The user registration reference provider.
리턴 System.Threading.Tasks