This website requires JavaScript.
Explore
Help
Sign In
vkhaidanov
/
Knocks
Watch
1
Star
0
Fork
You've already forked Knocks
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
29b0987f86
Knocks
/
BackEnd
/
Knoks.Api.Client
/
Invoker
/
ApiObject.cs
8 lines
121 B
C#
Raw
Blame
History
namespace
Knoks.Api.Client.Invoker
{
public
class
ApiObject
<
T
>
{
public
T
Value
{
get
;
set
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink