view Library/LibrarySystem/Interfaces/IPublisher.cs @ 60:fc62c971a117

upload to blog
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sat, 21 Apr 2012 21:19:39 +0100
parents aef06698d9e2
children
line wrap: on
line source

namespace LibrarySystem.Interfaces
{
    public interface IPublisher
    {
        string Name { get; }
    }
}