2 references to ExecuteResourceCommandAsync
Aspire.Dashboard (2)
Components\Pages\Resources.razor.cs (1)
623
EventCallback.Factory.Create<CommandViewModel>(this, (command) =>
ExecuteResourceCommandAsync
(resource, command)),
Components_Pages_Resources_razor.g.cs (1)
2405
async (command) => await
ExecuteResourceCommandAsync
(context.Resource, command)