Skip to content

Instantly share code, notes, and snippets.

@stpriyanka
Created March 2, 2017 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stpriyanka/584a9992e41bb4d756cb830899ba8a50 to your computer and use it in GitHub Desktop.
Save stpriyanka/584a9992e41bb4d756cb830899ba8a50 to your computer and use it in GitHub Desktop.
Send billogram to it's customer's contact's email
public class Utility
{
...........
public string BillogramId = "PAsE6WY";
...........
public async Task SendBillogram()
{
await _billogramUtility.SendBillogram(BillogramId);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment