Esempio n. 1
0
 public StudentEmailChangedEvent(long studentId, Email newEmail)
 {
     StudentId = studentId;
     NewEmail  = newEmail;
 }