Mercurial > silverbladetech
view SilverlightExampleApp/SilverlightExampleApp.Interfaces/Models/ITitle.cs @ 100:9b6855dc165e
Updated System.Windows into Libs
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 05 May 2012 23:04:16 +0100 |
parents | 502f5f365649 |
children |
line wrap: on
line source
namespace SilverlightExampleApp.Interfaces.Models { public interface ITitle { int Id { get; set; } string Description { get; set; } } }