Please enable JavaScript.
Coggle requires JavaScript to display documents.
Manufacturer and Option APIs - Coggle Diagram
Manufacturer and Option APIs
Manufacturer
Delete Multiple manufacturer
ManufacturerController
Services
manufacturerService
Repos
manufacturerRepo
Models
manufacturerModel
Delete Manufacturer
ManufacturerController
Services
manufacturerService
Repos
manufacturerRepo
Models
manufacturerModel
Manufacturer List
ManufacturerController
Services
manufacturerService
Repos
manufacturerRepo
Models
manufacturerModel
Create Manufacturer
ManufacturerController
Services
manufacturerService
imageService
s3Service
Models
manufacturerModel
Repos
manufacturerRepo
Update Manufacturer
ManufacturerController
Services
manufacturerService
imageService
s3Service
Models
manufacturerModel
Repos
manufacturerRepo
Manufacturer Detail
ManufacturerController
Services
manufacturerService
Repos
manufacturerRepo
Models
manufacturerModel
Option
Option List
OptionController
Services
optionService
optionDescriptionService
optionValueService
optionValueDescriptionService
Models
optionModel
optionDescriptionModel
optionValueModel
optionValueDescriptionModel
Repos
optionRepo
optionDescriptionRepo
optionValueRepo
optionValueDescriptionRepo
Search Option
OptionController
Services
optionDescriptionService
Repos
optionDescriptionRepo
Models
optionDescriptionModel
Option Delete
OptionController
Services
optionService
productOptionService
optionDescriptionService
optionValueDescriptionService
Update Option
OptionController
Services
optionService
productOptionService
optionDescriptionService
optionValueService
optionValueDescriptionService
imageService
s3Service
Models
optionModel
productOptionModel
optionDescriptionModel
optionValueModel
optionValueDescriptionModel
Repos
optionRepo
productOptionRepo
optionDescriptionRepo
optionValueRepo
optionValueDescriptionRepo
Getting Option Value
OptionController
Services
optionValueDescriptionService
Repos
optionValueDescriptionRepo
Models
optionValueDescriptionModel
Option Detail
OptionController
Services
optionService
optionDescriptionService
optionValueService
optionValueDescriptionService
Models
optionModel
optionDescriptionModel
optionValueModel
optionValueDescriptionModel
Repos
optionRepo
optionDescriptionRepo
optionValueRepo
optionValueDescriptionRepo
Add Option
OptionController
Services
optionService
optionDescriptionService
optionValueService
optionValueDescriptionService
s3Service
imageService
Models
optionModel
optionDescriptionModel
optionValueModel
optionValueDescriptionModel
Repos
optionRepo
optionDescriptionRepo
optionValueRepo
optionValueDescriptionRepo