Mercurial > silverbladetech
view Library/LibrarySystem/Interfaces/IPerson.cs @ 83:30a7e46611c6
removed title in startup
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Tue, 24 Apr 2012 00:50:01 +0100 |
parents | aef06698d9e2 |
children |
line wrap: on
line source
namespace LibrarySystem.Interfaces { public interface IPerson { string Address { get; } string Name { get; } } }