コード例 #1
0
 public TestableCachingDecorator(IQualityProfileProvider wrappedProvider, BoundSonarQubeProject boundProject,
                                 ISonarQubeService sonarQubeService, ITimerFactory timerFactory)
     : base(wrappedProvider, boundProject, sonarQubeService, timerFactory)
 {
 }