Beispiel #1
0
 public MobilePhone(GenericPhone phone, GenericSMS sms)
 {
     this.phone = phone;
     this.smsDevice = sms;
 }
Beispiel #2
0
 public MobilePhone(GenericPhone phone, GenericSMS sms)
 {
     this.phone     = phone;
     this.smsDevice = sms;
 }