How do I access my strongly typed config model while configuring services from an extension method?

后端 未结 0 2022
时光说笑
时光说笑 2020-11-27 18:32

Given:


public class MyConfigModel
{
    public string ConfigValueOne { get; set; }
}


public static class MyIServiceC         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题