Fix: Incostintent class name

This commit is contained in:
Marcello Lamonaca 2021-03-29 10:47:50 +02:00
parent 2b0402468e
commit 09ee010b8c

View file

@ -149,7 +149,7 @@ namespace <App>
{ {
private readonly RequestDelegate _next; private readonly RequestDelegate _next;
public RequestCultureMiddleware(RequestDelegate next) public CustomMiddleware(RequestDelegate next)
{ {
_next = next; _next = next;
} }