C# Class MegaMine.Web.Controllers.AccountController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Exibir arquivo Open project: Nootus/MegaMine

Public Methods

Method Description
AccountController ( AccountDomain domain ) : System.Threading.Tasks

Private Methods

Method Description
ChangePassword ( [ model ) : Task>
Logout ( ) : Task>
ProfileGet ( ) : Task>
Validate ( [ model ) : Task>

Method Details

AccountController() public method

public AccountController ( AccountDomain domain ) : System.Threading.Tasks
domain MegaMine.Services.Security.Domain.AccountDomain
return System.Threading.Tasks