Skip to content

Instantly share code, notes, and snippets.

@ianfnelson
Created September 18, 2014 13:16
Show Gist options
  • Save ianfnelson/f82e895adf8162f065c6 to your computer and use it in GitHub Desktop.
Save ianfnelson/f82e895adf8162f065c6 to your computer and use it in GitHub Desktop.
Snippet for 2009 blog post "SRP Doesn't Stand For Several Responsibility Principle"
/// <summary>
/// Send an email to notify that accrual data has been successfully uploaded
/// </summary>
/// <param name="accrualUpload"></param>
/// <param name="recipientAddresses"></param>
public void SendSuccessfulUploadEmail(AccrualUpload accrualUpload, Collection<MailAddress> recipientAddresses)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment