gorilla.migrations
Code
Branches
Tags
Commits
main
gorilla.migrations
/
product
/
application
/
Command.cs
Top
1
namespace
gorilla.migrations
2
{
3
public
interface
Command
4
{
5
void
run
(
)
;
6
}
7
}