Mercurial > silverbladetech
annotate Library/LibrarySystem/Interfaces/IBook.cs @ 121:8f94475d3146 tip
final code
author | stevenh7776 |
---|---|
date | Thu, 31 May 2012 15:35:26 +0100 |
parents | aef06698d9e2 |
children |
rev | line source |
---|---|
43
aef06698d9e2
Added the library tests
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
41
diff
changeset
|
1 namespace LibrarySystem.Interfaces |
41 | 2 { |
3 public interface IBook : IPublication | |
4 { | |
43
aef06698d9e2
Added the library tests
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
41
diff
changeset
|
5 string Id { get; } |
41 | 6 } |
7 } |