public interface CustomerService
Customer findById(int id) throws DataNotFoundException
void update(Customer customer) throws DataNotFoundException
void delete(int id)
throws DataNotFoundException
boolean isFreeEmailCustomer(Customer customer)