Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save renatogroffe/8ca35d6ae06a3530bab878968258aff0 to your computer and use it in GitHub Desktop.
Save renatogroffe/8ca35d6ae06a3530bab878968258aff0 to your computer and use it in GitHub Desktop.
namespace APIContagem.Middlewares;
public static class MiddlewareExecutionNotificatorExtensions
{
public static IApplicationBuilder UseMiddlewareExecutionNotificator(
this IApplicationBuilder builder)
{
return builder.UseMiddleware<MiddlewareExecutionNotificator>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment