Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PatientAccountPhone"/> class.
 /// </summary>
 /// <param name="patientAccountPhoneType">Type of the patient account phone.</param>
 /// <param name="phone">The phone.</param>
 public PatientAccountPhone(PatientAccountPhoneType patientAccountPhoneType, Phone phone)
 {
     PatientAccountPhoneType = patientAccountPhoneType;
     Phone = phone;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PatientAccountPhone"/> class.
 /// </summary>
 /// <param name="patientAccountPhoneType">Type of the patient account phone.</param>
 /// <param name="phone">The phone.</param>
 public PatientAccountPhone(PatientAccountPhoneType patientAccountPhoneType, Phone phone)
 {
     PatientAccountPhoneType = patientAccountPhoneType;
     Phone = phone;
 }