C# Class Cares.WebApi.Areas.Api.Controllers.TestController

Inheritance: ApiController
Afficher le fichier Open project: innoist/GF-FRS

Private Properties

Свойство Type Description
AddUser System.Web.Http.User
Get string
GetEmailTemplate string
Post string
SendEmailToUser string

Méthodes publiques

Méthode Description
TestController ( IRegisterUserService registerUserService ) : Cares.Implementation.Identity

Constructor

Private Methods

Méthode Description
AddUser ( System.Web.Http.User user, RegisterViewModel model, string &error ) : System.Web.Http.User

Add User

Get ( ) : string
GetEmailTemplate ( ) : string
Post ( ) : string
SendEmailToUser ( System.Web.Http.User user, RegisterViewModel model ) : string

Send Email to User for confirmation

Method Details

TestController() public méthode

Constructor
public TestController ( IRegisterUserService registerUserService ) : Cares.Implementation.Identity
registerUserService IRegisterUserService
Résultat Cares.Implementation.Identity