BrockAllen.MembershipReboot.Mvc.Areas.UserAccount.Controllers.PasswordResetController.PasswordResetController C# (CSharp) Метод

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

public PasswordResetController ( AuthenticationService authenticationService ) : BrockAllen.MembershipReboot.Mvc.Areas.UserAccount.Models
authenticationService AuthenticationService
Результат BrockAllen.MembershipReboot.Mvc.Areas.UserAccount.Models
        public PasswordResetController(AuthenticationService authenticationService)
        {
            this.authenticationService = authenticationService;
            this.userAccountService = authenticationService.UserAccountService;
        }