Class CustomerService

java.lang.Object
com.goldenleaf.shop.service.CustomerService

@Service public class CustomerService extends Object
Service class for managing Customer entities.

Provides business logic for retrieving and deleting customers by their mobile number. Acts as an intermediary between controllers and the CustomerRepository.

See Also: