Skip to content

Instantly share code, notes, and snippets.

@zHaytam
Created August 18, 2020 18:51
Show Gist options
  • Save zHaytam/42b5f44b551ea77e9a583f2615ee34e0 to your computer and use it in GitHub Desktop.
Save zHaytam/42b5f44b551ea77e9a583f2615ee34e0 to your computer and use it in GitHub Desktop.
services.AddSingleton(new ProxyGenerator());
services.AddScoped<IInterceptor, LoggingInterceptor>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment