package price_default
type PriceDefaultRepository interface {
Save(price *PriceDefault) error
Get() (*PriceDefault, error)
}