3 references to MyService
Microsoft.AspNetCore.Components.Tests (3)
OwningComponentBaseTest.cs (3)
16
services.AddTransient<
MyService
>();
51
private class MyOwningComponent : OwningComponentBase<
MyService
>
53
public
MyService
MyService => Service;