Skip to content

Instantly share code, notes, and snippets.

@mikebrind
Created March 19, 2019 05: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 mikebrind/d04ec6b1475b63b14a79605cb90cf49f to your computer and use it in GitHub Desktop.
Save mikebrind/d04ec6b1475b63b14a79605cb90cf49f to your computer and use it in GitHub Desktop.
services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Latest);
services.AddTransient<IEmailService, DemoEmailService>();
services.AddTransient<IRazorPartialToStringRenderer, RazorPartialToStringRenderer>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment