Skip to content

Instantly share code, notes, and snippets.

@explorer14
Last active June 11, 2018 22:25
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 explorer14/d5901d68b1e646f3ffe1002f23ece733 to your computer and use it in GitHub Desktop.
Save explorer14/d5901d68b1e646f3ffe1002f23ece733 to your computer and use it in GitHub Desktop.
public static class TenantDBMappingMiddlewareExtensions
{
public static IApplicationBuilder UseTenantDBMapper(this IApplicationBuilder
applicationBuilder)
{
return applicationBuilder.UseMiddleware<TenantDBMappingMiddleware>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment