index
:
wikiwaka.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Api
/
Models
/
Version.cs
blob: e4971e9fff395bcb3b6916eda2b36298a253fee4 (
plain
) (
blame
)
1
2
3
4
5
6
namespace
WikiWaka.Api.Models
;
public
class
Version
{
public
int
Id
{
get
;
set
;
}
}