public ManualLoginModel(ILogger <IndexModel> logger, IUserService userService, IAntiForgeryService antiForgeryService) { _logger = logger; _userService = userService; _antiForgeryService = antiForgeryService; }
public LoginController(IUserService userService, IAntiForgeryService antiForgeryService) { _userService = userService; _antiForgeryService = antiForgeryService; }