package reqkindboxservice
import "git.gocasts.ir/ebhomengo/niki/param"
func (s Service) GetAll(req param.ReqKindBoxGetAllRequest) (param.ReqKindBoxGetAllResponse, error) {
return param.ReqKindBoxGetAllResponse{}, nil
}