# ChoiceDialogService class

IChoiceDialogService implementation built on top of IDialogService.

```csharp
public class ChoiceDialogService : IChoiceDialogService
```

## Public Members

| name | description |
| --- | --- |
| [ChoiceDialogService](ChoiceDialogService/ChoiceDialogService.md)() | Legacy bridge for code that creates the service directly, without a container. Requires an initialized [`Current`](./ApplicationServicesContext/Current.md). |
| [ChoiceDialogService](ChoiceDialogService/ChoiceDialogService.md)(…) | Primary constructor. Dependencies are passed explicitly, so the service can be created by any DI container and substituted in tests. |
| [Show&lt;T&gt;](ChoiceDialogService/Show.md)(…) |  |

## See Also

* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](./index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Avalonia.Controls.ApplicationServices.dll -->
