|
TRONIX Code Documentation
|
These are methods that only the web ui needs. this should patch us along until we get a chance to implement identity. More...
Public Member Functions | |
| WebUserService (IUserService userService, IUserLoginService userLoginService, ApplicationUserManager userManager, ITronixMailerService tronixMailerService, ITronixWebServerService webServerService) | |
| int | RegisterUser (User user, bool sendEmail=true) |
| int | CreateUser (SaveUserDTO createUserDTO, int addBy) |
| void | SendWelcomeEmail (User user, string generatePassword) |
| void | SendWelcomeEmail (User user) |
| void | SendPasswordChangedEmail (User user) |
| IdentityUser | IdentityUser () |
| IdentityUser | GetUserProfileById (int id) |
These are methods that only the web ui needs. this should patch us along until we get a chance to implement identity.
| Tronix.Web.Services.WebUserService.WebUserService | ( | IUserService | userService, |
| IUserLoginService | userLoginService, | ||
| ApplicationUserManager | userManager, | ||
| ITronixMailerService | tronixMailerService, | ||
| ITronixWebServerService | webServerService | ||
| ) |
| int Tronix.Web.Services.WebUserService.CreateUser | ( | SaveUserDTO | createUserDTO, |
| int | addBy | ||
| ) |
| IdentityUser Tronix.Web.Services.WebUserService.GetUserProfileById | ( | int | id | ) |
| IdentityUser Tronix.Web.Services.WebUserService.IdentityUser | ( | ) |
| int Tronix.Web.Services.WebUserService.RegisterUser | ( | User | user, |
| bool | sendEmail = true |
||
| ) |
| void Tronix.Web.Services.WebUserService.SendPasswordChangedEmail | ( | User | user | ) |
| void Tronix.Web.Services.WebUserService.SendWelcomeEmail | ( | User | user | ) |
| void Tronix.Web.Services.WebUserService.SendWelcomeEmail | ( | User | user, |
| string | generatePassword | ||
| ) |