예제 #1
0
 public ReplayAcknoledgmentSent(ReplayAcknoledgmentNotSent replay, Guid questionAuthEMailID, Guid replayAuthEMailID)
 {
     Replay = replay;
     QuestionAuthEMailID = questionAuthEMailID;
     ReplayAuthEMailID   = replayAuthEMailID;
     SendEmails();
 }
예제 #2
0
 private static IReplayValidationResult ProcessReplayAcknoledgementNotSent(ReplayAcknoledgmentNotSent arg)
 {
     Console.WriteLine("Replay with ID: " + arg.Replay.Replay.ReplayID + "\nHas yet to sent the acknoledgement");
     return(arg);
 }