diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-09 17:32:03 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-09 17:32:03 -0800 |
commit | d9efd2120ec2f03d587ec5d856b9f1062433dbf6 (patch) | |
tree | 55f6714bc836333402562c8610800c0a4db5fe53 | |
parent | 4621668b92b80dbca4d184840db7e47b497c29db (diff) | |
download | sendgrid-csharp-d9efd2120ec2f03d587ec5d856b9f1062433dbf6.zip sendgrid-csharp-d9efd2120ec2f03d587ec5d856b9f1062433dbf6.tar.gz sendgrid-csharp-d9efd2120ec2f03d587ec5d856b9f1062433dbf6.tar.bz2 |
empty doc stuff
-rwxr-xr-x | SendGrid/SendGrid/Transport/ITransport.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/SendGrid/SendGrid/Transport/ITransport.cs b/SendGrid/SendGrid/Transport/ITransport.cs index 97ebdb6..43c7202 100755 --- a/SendGrid/SendGrid/Transport/ITransport.cs +++ b/SendGrid/SendGrid/Transport/ITransport.cs @@ -5,8 +5,15 @@ using System.Text; namespace SendGrid.Transport
{
+ /// <summary>
+ ///
+ /// </summary>
public interface ITransport
{
+ /// <summary>
+ ///
+ /// </summary>
+ /// <param name="message"></param>
void Deliver(ISendGrid message);
}
}
|