Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created January 3, 2024 13:06
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/fabd88d219446e35c6270fe3adf1455f to your computer and use it in GitHub Desktop.
Save vmussak/fabd88d219446e35c6270fe3adf1455f to your computer and use it in GitHub Desktop.
builder.Services.AddKeyedScoped<IMensagemBoasVindas, MensagemBoasVindasPadrao>("Padrao");
builder.Services.AddKeyedScoped<IMensagemBoasVindas, MensagemBoasVindasPremium>("Premium");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment