package benefactorkindboxparam

import entity "git.gocasts.ir/ebhomengo/niki/entity"

type KindBoxGetAllRequest struct {
	BenefactorID uint
}

type KindBoxGetAllResponse struct {
	AllKindBox []entity.KindBox
}