Exemple #1
0
 /// <summary>
 /// Abstract pick the order.
 /// </summary>
 private void PickOrder()
 {
     Thread.Sleep(5000);
     WriteLineWithSpecColor("Picking up your order... please, wait");
     Thread.Sleep(3000);
     WriteLineWithSpecColor("Picking up complete!");
     _notificator?.Invoke(_customer.Email, "PickOrder by SushiBot", $"{DateTime.Now.ToString()}-Order successfully picked up! {_order.ToString()}");
 }