1.引入服务。

.NetCore引用webservice方法_构造函数 .NetCore引用webservice方法_单例模式_02

.NetCore引用webservice方法_单例模式_03 .NetCore引用webservice方法_单例模式_02

2.控制台中调用测试。

.NetCore引用webservice方法_单例模式_05 .NetCore引用webservice方法_单例模式_02

3.webapi中调用

(1)Startup.cs中单例模式注入

.NetCore引用webservice方法_构造函数_07 .NetCore引用webservice方法_单例模式_02

(2)控制器构造函数注入

.NetCore引用webservice方法_单例模式_09 .NetCore引用webservice方法_单例模式_02

(3)控制器方法中使用

.NetCore引用webservice方法_单例模式_11 .NetCore引用webservice方法_单例模式_02