Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created June 8, 2021 10:50
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 trnktms/191045b393d6904f9226074bb2f7d016 to your computer and use it in GitHub Desktop.
Save trnktms/191045b393d6904f9226074bb2f7d016 to your computer and use it in GitHub Desktop.
public class RegisterDependencies : IServicesConfigurator
{
public void Configure(IServiceCollection serviceCollection)
{
serviceCollection.AddScoped<IApplicationDictionaryReader, NoCacheApplicationDictionaryReader>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment