comparison Library/LibrarySystem/Interfaces/IPublisher.cs @ 43:aef06698d9e2 Test

Added the library tests
author Steven Hollidge <stevenhollidge@hotmail.com>
date Wed, 04 Apr 2012 19:20:20 +0100
parents dbd242eb9c33
children
comparison
equal deleted inserted replaced
42:0d4aff4f699d 43:aef06698d9e2
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 }