Mercurial > silverbladetech
view Stocks/Stocks.Common/IWebClientShim.cs @ 41:dbd242eb9c33
Initial wave of TDD development
author | adminsh@apollo |
---|---|
date | Tue, 03 Apr 2012 23:29:32 +0100 |
parents | c812bca7b1ac |
children |
line wrap: on
line source
using System; namespace Stocks.Common { public interface IWebClientShim : IDisposable { string DownloadString(string address); } }