Ejemplo n.º 1
0
 public Difference(int id, Threat oldThreat, Threat newThreat)
 {
     Id        = id;
     OldThreat = oldThreat;
     NewThreat = newThreat;
 }