Subversion Repositories SmartDukaan

Rev

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;

@Service
public interface CsService1 {
    Set<Integer> getAuthFofoIds(String email, boolean active) throws ProfitMandiBusinessException;
}