Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.repository.cs;import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;import org.springframework.stereotype.Service;import java.util.Set;@Servicepublic interface CsService1 {Set<Integer> getAuthFofoIds(String email, boolean active) throws ProfitMandiBusinessException;}