Beispiel #1
0
 public static AkismetStatus SubmitHam(this AkismetStatus commentStatus, IAkismetService akismet)
 {
     if (commentStatus.IsHam)
     {
         akismet.SubmitHam(commentStatus.Comment);
     }
     return(commentStatus);
 }
Beispiel #2
0
 public static AkismetStatus SubmitHam(this AkismetStatus commentStatus, IAkismetService akismet)
 {
     if (commentStatus.IsHam)
     {
         akismet.SubmitHam(commentStatus.Comment);
     }
     return commentStatus;
 }