예제 #1
0
 public void DailyTask()
 {
     try
     {
         CommentHandler.commentReminderMail();
         TransactionHandler.AutoConfirmTransaction();
     }
     catch (Exception ex)
     {
         Console.Write("error sending scheduled emails");
     }
 }