func init() {
	gofcore.RegisterController("order", &OrderController{})
}
Exemple #2
0
func init() {
	gofcore.RegisterController("home", &HomeController{})
}