Skip to content
Discussion options

You must be logged in to vote

Found out by myself by adding these lines

    private readonly IDataPortalFactory dpFactory;
    private readonly ApplicationContext applicationContext;

    public LoginModel(IDataPortalFactory _dpFactory, ApplicationContext _applicationContext)
    {
        dpFactory           = _dpFactory;
        applicationContext  = _applicationContext;
    }

Sorry for the confusion

  Uwe

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rockfordlhotka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant