예제 #1
0
 public B(ILogger <B> logger, IA aService)
 {
     logger.LogInformation(aService.CalculateSum(1, 2).ToString());
 }