Exemplo n.º 1
0
 public StuffParameterFactory(IStuffView[] stuffViews, IProfilerWrapper profilerWrapper)
 {
     _profilerWrapper = profilerWrapper;
     _stuffViewIds = stuffViews.Select(s => s.ID);
 }