niki/service/kind_box/delete.go

9 lines
187 B
Go
Raw Normal View History

package kindboxservice
import param "git.gocasts.ir/ebhomengo/niki/param/kind_box"
func (s Service) Delete(param.KindBoxDeleteRequest) error {
// some code
panic("not implemented")
}