ecararus/product-catalogue

View on GitHub
src/main/java/com/eca/customer/service/CustomerLocationService.java

Summary

Maintainability
A
0 mins
Test Coverage
package com.eca.customer.service;

public interface CustomerLocationService {

    String findLocationId(String customerID);
}