package pwc.taxtech.atms.service;

import java.util.List;

import pwc.taxtech.atms.entitiy.Industry;

public interface ProjectIndustryService {
    List<Industry> getAllAvailableIndustry();
}