public LoginAppService(BGStudioAppContext bgStudioAppContext, IOptions <AuthOptions> authOptions) { _authOptions = authOptions; _appContext = bgStudioAppContext; }
public MastersAppService(BGStudioAppContext bgStudioAppContext) { _appContext = bgStudioAppContext; }
public RegistrationAppService(BGStudioAppContext bgStudioAppContext) { _appContext = bgStudioAppContext; }