Skip to main content
✏️ Code CompletionC# C# / .NET Hard+35 XP

Dependency Injection

Complete the constructor injection registration.

✏️ Fill in the blank
builder.Services.___(IUserService, UserService);

✏️ Type the missing code: