Ejemplo n.º 1
0
 public AccountController(ApplicationUserManager userManager, ApplicationSignInManager signInManager )
 {
     sendMail = new SendMail();
     UserManager = userManager;
     SignInManager = signInManager;
     usService = new UserService();
 }
Ejemplo n.º 2
0
 public AccountController()
 {
     usService = new UserService();
     sendMail = new SendMail();
 }