9 lines
No EOL
131 B
C#
9 lines
No EOL
131 B
C#
namespace Yavsc.Interfaces
|
|
{
|
|
public interface ITaggable<K>
|
|
{
|
|
string [] GetTags();
|
|
|
|
K Id { get; }
|
|
}
|
|
} |