Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created January 3, 2024 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmussak/4053f5a70398a159eadcc9ec5d0e3749 to your computer and use it in GitHub Desktop.
Save vmussak/4053f5a70398a159eadcc9ec5d0e3749 to your computer and use it in GitHub Desktop.
AddScoped
builder.Services.AddScoped<IMensagemBoasVindas, MensagemBoasVindasPadrao>();
builder.Services.AddScoped<IMensagemBoasVindas, MensagemBoasVindasPremium>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment