You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DefaultSubmitHandler takes IServicePRovider. Classic anti-pattern. Lets just make dependencies visible and use constructor arguments. We can always use that to inject dependencies.
It's an internal class though, so they probably should be wired to ApiBase.