niki/service/admin/kind_box/delete.go

13 lines
240 B
Go
Raw Normal View History

2023-12-25 17:08:19 +00:00
package adminkindboxservice
import (
"context"
2023-12-25 17:08:19 +00:00
param "git.gocasts.ir/ebhomengo/niki/param/admin/kind_box"
)
func (s Service) Delete(ctx context.Context, req param.KindBoxDeleteRequest) error {
// some code
panic("not implemented")
}