package com.goafanti.techproject.service; import java.util.Map; public interface TechWebsiteService { Map getDepartment(String uid); }