forked from ebhomengo/niki
8 lines
213 B
Go
8 lines
213 B
Go
|
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")
|
||
|
}
|