C# Class HouseOfTheFuture.Api.Host.Controllers.AccountController

Inheritance: ApiController
Show file Open project: HouseOfTheFuture/API-App

Public Methods

Method Description
AccountController ( ApplicationUserManager userManager ) : System.ComponentModel.DataAnnotations

Private Methods

Method Description
GetErrorResult ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult
Post ( RegistrationDto register ) : Task

Method Details

AccountController() public method

public AccountController ( ApplicationUserManager userManager ) : System.ComponentModel.DataAnnotations
userManager ApplicationUserManager
return System.ComponentModel.DataAnnotations