Esempio n. 1
0
 public void Enter(string phone, string password)
 {
     this.phone    = phone;
     this.password = password;
     exceptionGenerator.ThrowIfConnectCountDivByWithoutExceptionIsEqualZero();
 }
Esempio n. 2
0
 public void Send(string username, string password, string to, string message)
 {
     exceptionGenerator.ThrowIfConnectCountDivByWithoutExceptionIsEqualZero();
     System.Console.WriteLine($"skype send '{message}' from '{username}' to '{to}'");
 }