public UserController(Repository<User> repo, IFormsAuthService auth) { Repo = repo; Auth = auth; }
public WebAuthenticationService(IFormsAuthService formsAuthService) { _formsAuthService = formsAuthService; }