jive.net
Code
Branches
Tags
Commits
main
jive.net
/
lib
/
Identifiable.cs
Top
1
namespace
jive
2
{
3
public
interface
Identifiable
<
T
>
4
{
5
Id
<
T
>
id
{
get
;
}
6
}
7
}