view MetroWpf/Stocks.Common/Models/Company.cs @ 36:c8c79f05d76f

WORKING VERSION! HIGH FIVE!
author adminsh@apollo
date Tue, 27 Mar 2012 18:33:44 +0100
parents 6109bc268b90
children
line wrap: on
line source


namespace Stocks.Common.Models
{
  public class Company
  {
    public string Symbol { get; set; }
    public string Name { get; set; }
  }
}