-
Hi everybody, can somebody give me a hint how to inject IDataPortalFactory and ApplicationContext into a cshtml.cs file to use it in in OnPostAsync(). I am trying to port ProjectTracker (Blazor) to CSLA 6 and fail at ProjectTracker/ProjectTracker.Ui.Blazor.Server/Areas/Account/Pages/Login.cshtml.cs. There is no problem with the Blazor Client part - just the server part is not working. |
Beta Was this translation helpful? Give feedback.
Answered by
uwefms
May 30, 2022
Replies: 1 comment
-
Found out by myself by adding these lines
Sorry for the confusion
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rockfordlhotka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found out by myself by adding these lines
Sorry for the confusion