class Program { static void Main(string[] args) { // Configure DI var serviceProvider = new ServiceCollection() .AddSingleton<IFooService ...
確定! 回上一頁