コード例 #1
0
 public void SendPushNotification(object source, MovieEventArgs args)
 {
     Console.WriteLine("Sending push notifications...");
     Console.WriteLine($"The movie {args.Title} is available at hte store");
 }
コード例 #2
0
 public void SendMail(object source, MovieEventArgs args)
 {
     Console.WriteLine("Sending mail....");
     Console.WriteLine($"The movie {args.Title} is available at hte store");
 }