package benefactorkindboxreqparam

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

type KindBoxReqGetAllRequest struct {
	BenefactorID uint
}

type KindBoxReqGetAllResponse struct {
	AllKindBoxReq []entity.KindBoxReq
}