comparison Library/LibrarySystem/Interfaces/IPublisher.cs @ 45:274fd2386d55

Merge with Test
author Steven Hollidge <stevenhollidge@hotmail.com>
date Wed, 04 Apr 2012 19:41:51 +0100
parents aef06698d9e2
children
comparison
equal deleted inserted replaced
42:0d4aff4f699d 45:274fd2386d55
1 namespace LibrarySystem.Interfaces 1 namespace LibrarySystem.Interfaces
2 { 2 {
3 public interface IPublisher 3 public interface IPublisher
4 { 4 {
5 string Name { get; set; } 5 string Name { get; }
6 } 6 }
7 } 7 }