C# Class PhotoSharingApp.AppService.Controllers.UserController

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

Méthodes publiques

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

Controller to handle creation and acquisition of user object.

Private Methods

Méthode Description
GetUser ( ) : Task
UpdateUserProfile ( UserContract user ) : Task

Method Details

UserController() public méthode

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.
Résultat System.Threading.Tasks