re-refacto BlogPost serialization
This commit is contained in:
parent
64547840e4
commit
cd03b04755
2 changed files with 2 additions and 4 deletions
|
|
@ -3,7 +3,5 @@ namespace Yavsc.Interfaces
|
|||
public interface ITaggable<K> : IIdentified<K>
|
||||
{
|
||||
string [] GetTags();
|
||||
|
||||
K Id { get; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue