package service

type BusinessBonusService interface {
	EnableOrDisable(userid int64) error
}