Rev 35360 | Go to most recent revision | Details | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.service;
import com.spice.profitmandi.dao.entity.fofo.TrialForm;
import org.springframework.stereotype.Service;
@Service
public interface TrialService {
void sentMailForTrialUser(TrialForm trialForm) throws Exception;
}