Interface CustomerService
public interface CustomerService
-
Method Summary
Modifier and TypeMethodDescriptioncustomerEmployeeDelete
(int customerId, String customerEmployeeUUID) customerEmployeeList
(int customerId) customerEmployeeUpdate
(int customerId, CustomerEmployee customerEmployee)