예제 #1
0
 public Signer(PersonalIdentificationNumber personalIdentificationNumber, Notifications notifications)
     : base(personalIdentificationNumber)
 {
     Notifications = notifications;
 }
예제 #2
0
 public Signer(ContactInformation contactInformation)
     : base(contactInformation)
 {
     Notifications = new Notifications(contactInformation.Email, contactInformation.Sms);
 }