Guest User

Untitled

a guest
Jun 14th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public static class TenantDBMappingMiddlewareExtensions
  2. {
  3. public static IApplicationBuilder UseTenantDBMapper(this IApplicationBuilder
  4. applicationBuilder)
  5. {
  6. return applicationBuilder.UseMiddleware<TenantDBMappingMiddleware>();
  7. }
  8. }
Add Comment
Please, Sign In to add comment