1 reference to InputViewModel
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
42
_inputDialogInputViewModels = Content.Inputs.Select(input => new
InputViewModel
(input)).ToList();