C# Class JordanRift.Grassroots.Web.Controllers.UserController

Inheritance: GrassrootsControllerBase
Afficher le fichier Open project: JordanRift/Grassroots

Méthodes publiques

Méthode Description
ChangePassword ( int id = -1 ) : System.Web.Mvc.ActionResult
UserController ( IUserProfileRepository userProfileRepository, IUserMailer userMailer ) : System

Private Methods

Méthode Description
SavePassword ( PasswordAdminModel model ) : System.Web.Mvc.ActionResult
SaveUser ( UserProfile userProfile, PasswordAdminModel model ) : void
SendNotification ( UserProfile userProfile ) : void

Method Details

ChangePassword() public méthode

public ChangePassword ( int id = -1 ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

UserController() public méthode

public UserController ( IUserProfileRepository userProfileRepository, IUserMailer userMailer ) : System
userProfileRepository IUserProfileRepository
userMailer IUserMailer
Résultat System