コード例 #1
0
 public ProxyMath()
 {
     _realMath = new RealMath();
 }
コード例 #2
0
 /// <summary>Constructor</summary>
 public LogSerilogFunction(IDoSomeMath doSomeMath)
 {
     _doSomeMath = doSomeMath;
 }
コード例 #3
0
 public AppInsightsFunction(TelemetryClient telemetryClient, IDoSomeMath doSomeMath)
 {
     _telemetryClient = telemetryClient;
     _doSomeMath      = doSomeMath;
 }