view Library/LibrarySystem/Interfaces/IPublisher.cs @ 87:8bb84cc9ba3f

Clear out rubbish
author stevenhollidge <stevenhollidge@hotmail.com>
date Thu, 26 Apr 2012 13:23:35 +0100
parents aef06698d9e2
children
line wrap: on
line source

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