diff Stocks/Stocks.Common/IWebClientShim.cs @ 6:c812bca7b1ac

"Restore packages on build" enabled by Nuget 1.6 General refactoring based on code analysis
author stevenh7776 stevenhollidge@hotmail.com
date Tue, 21 Feb 2012 01:00:34 +0700
parents 29ed98d659e9
children
line wrap: on
line diff
--- a/Stocks/Stocks.Common/IWebClientShim.cs	Mon Feb 20 23:07:37 2012 +0700
+++ b/Stocks/Stocks.Common/IWebClientShim.cs	Tue Feb 21 01:00:34 2012 +0700
@@ -1,6 +1,7 @@
-namespace Stocks.Common
+using System;
+namespace Stocks.Common
 {
-  public interface IWebClientShim
+  public interface IWebClientShim : IDisposable
   {
     string DownloadString(string address);
   }