Esempio n. 1
0
 public void apply(BannerNotification notification)
 {
     System.Console.WriteLine($"Banner notification is sent to the user phone {notification.PhoneModel}");
 }
 public void apply(BannerNotification notification)
 {
     System.Console.WriteLine($"User {notification.PhoneModel} subscribed to banner notification");
 }