main
1namespace momoney.boot
2{
3 class hookup
4 {
5 static public Command the<Command>() where Command : gorilla.commons.utility.Command, new()
6 {
7 return new Command();
8 }
9 }
10}