Mercurial > silverbladetech
view Stocks/Stocks.Common/Models/Quote.cs @ 19:09d18d6e5f40
airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Thu, 15 Mar 2012 06:59:15 +0000 |
parents | e5d46bb6cdb0 |
children |
line wrap: on
line source
namespace Stocks.Common.Models { public class Quote { public string Symbol { get; set; } public string Name { get; set; } public double LastTrade { get; set; } } }