We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152dc40 commit aa3117dCopy full SHA for aa3117d
1 file changed
samples/Sample.AspNetCore/Program.cs
@@ -52,7 +52,7 @@
52
53
app.MapGrpcService<UsersService>();
54
55
-app.MapGet("/users", async ([FromServices] IManagementApiClient client, HttpContext context, ILogger<Program> logger) =>
+app.MapGet("/users", async ([FromServices] IManagementApiClient client) =>
56
{
57
var user = await client.Users.ListAsync(new ListUsersRequestParameters() { });
58
0 commit comments