Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created September 7, 2017 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/a8318908ca131b2d01f84899e4f08352 to your computer and use it in GitHub Desktop.
Save dcomartin/a8318908ca131b2d01f84899e4f08352 to your computer and use it in GitHub Desktop.
cfg.For(typeof(IPipelineBehavior<,>)).Add(typeof(RequestPreProcessorBehavior<,>));
cfg.For(typeof(IRequestPreProcessor<>)).Add(typeof(RequestLogger<>));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment