package kindboxservice
import param "git.gocasts.ir/ebhomengo/niki/param/kind_box"
func (s Service) GetAll() (param.KindBoxGetAllResponse, error) {
// some code
panic("not implement")
}