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

Inheritance: ApiController
Show file Open project: innoist/GF-FRS

Private Properties

Property Type Description
AddUser System.Web.Http.User
Get string
GetEmailTemplate string
Post string
SendEmailToUser string

Public Methods

Method Description
TestController ( IRegisterUserService registerUserService ) : Cares.Implementation.Identity

Constructor

Private Methods

Method 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 method

Constructor
public TestController ( IRegisterUserService registerUserService ) : Cares.Implementation.Identity
registerUserService IRegisterUserService
return Cares.Implementation.Identity