Exemplo n.º 1
0
 public DecoyTimeGeneratorAttribute(IDecoyTimeCalculator calculator)
 {
     _Calculator = calculator ?? throw new ArgumentNullException(nameof(calculator));
 }
Exemplo n.º 2
0
 public DecoyTimeAggregatorAttribute(IDecoyTimeCalculator calculator)
 {
     _TimeRegistrationHandle = (calculator ?? throw new ArgumentNullException(nameof(calculator))).GetTimeRegistrationHandle();
 }