stockwatch
Code
Branches
Tags
Commits
main
stockwatch
/
product
/
utility
/
NeedStartup.cs
Top
1
using
gorilla.utility
;
2
3
namespace
utility
4
{
5
public
interface
NeedStartup
:
Command
{
}
6
}