package controllers

type CommentController struct {
	BaseController
}

func (c *CommentController) Lists()  {
	
}