niki/service/kind_box/get_by_id.go

8 lines
213 B
Go
Raw Normal View History

package kindboxservice
import param "git.gocasts.ir/ebhomengo/niki/param/kind_box"
func (s Service) GetById(request param.KindBoxGetByIdRequest) (param.KindBoxGetByIdResponse, error) {
panic("not implement")
}