view Stocks/Stocks.Common/IWebClientShim.cs @ 5:877d70fb8176

Added batch files to clean solution
author stevenh7776 stevenhollidge@hotmail.com
date Mon, 20 Feb 2012 23:07:37 +0700
parents 29ed98d659e9
children c812bca7b1ac
line wrap: on
line source

namespace Stocks.Common
{
  public interface IWebClientShim
  {
    string DownloadString(string address);
  }
}