Please enable JavaScript.
Coggle requires JavaScript to display documents.
Customer APIs - Coggle Diagram
Customer APIs
Add Customer
CustomerController
Services
customerService
emailTemplateService
Models
customerModel
emailTemplateModel
userModel
Repos
customerRepo
emailTemplateRepo
All Customer Excel
CustomerController
Services
customerService
Repos
customerRepo
Models
customerModel
Customer Count
CustomerController
Services
customerService
customerGroupService
Models
customerModel
customerGroupModel
Repos
customerRepo
customerGroupRepo
Customer Details
CustomerController
Services
customerService
orderService
orderProductService
productImageService
productViewLogService
productService
Models
customerModel
orderModel
orderProductModel
productImageModel
productViewLogModel
productModel
Repos
customerRepo
orderRepo
orderProductRepo
productImageRepo
productViewLogRepo
productRepo
Customer Excel
CustomerController
Services
customerService
Repos
customerRepo
Models
customerModel
Customer List
CustomerController
Services
customerService
customerGroupService
Models
customerModel
customerGroupModel
Repos
customerRepo
customerGroupRepo
Delete Customer
CustomerController
Services
customerService
Repos
customerRepo
Models
customerModel
Delete Multiple Customer
CustomerController
Services
customerService
Models
customerModel
Repos
customerRepo
Recent Customer List
CustomerController
Services
customerService
Repos
customerRepo
Models
customerModel
Today Customer Count
CustomerController
Services
customerService
Repos
customerRepo
Models
customerModel
Update Customer
CustomerController
Services
customerService
emailTemplateService
Models
customerModel
emailTemplateModel
userModel
Repos
customerRepo
emailTemplateRepo