package contracts
type Service interface {
GetResListener(code string) ResListener
GetControllerr(code string) Controller
}