Esempio n. 1
0
 public static void FuncMailer(IMailer mailer)
 {
     mailer.SendMail();
     mailer.ReceiveMail();
 }