Exemple #1
0
 public MobileClient(IMobile factory)
 {
     androidPhone = factory.GetAndroidPhone();
     iOSPhone     = factory.GetiOSPhone();
 }