C# Класс Castle.Applications.MindDump.Presentation.Controllers.AccountController

Наследование: AbstractSecureController
Показать файл Открыть проект

Открытые методы

Метод Описание
AccountController ( AccountService accountService, AuthenticationService authenticationService, EncryptionService encryptionService ) : System

Приватные методы

Метод Описание
Authentication ( ) : void
CreateAccount ( String login, String name, String email, String pwd, String pwd2, String blogname, String blogdesc, String theme ) : void
IsValid ( string login, string name, string email, string pwd, string pwd2, string blogname, string blogdesc, string theme ) : bool
New ( ) : void
PerformLogin ( String login, String pwd ) : void

Описание методов

AccountController() публичный Метод

public AccountController ( AccountService accountService, AuthenticationService authenticationService, EncryptionService encryptionService ) : System
accountService Castle.Applications.MindDump.Services.AccountService
authenticationService Castle.Applications.MindDump.Services.AuthenticationService
encryptionService Castle.Applications.MindDump.Services.EncryptionService
Результат System