Guest User

Untitled

a guest
Mar 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public void ConfigureServices(IServiceCollection services)
  2. {
  3. services.Configure<MyConfigSettings>(Configuration.GetSection(nameof(MyConfigSettings)));
  4. }
Add Comment
Please, Sign In to add comment