View as "text/plain" | Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.service.user;import org.springframework.stereotype.Service;import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;@Servicepublic interface PunchInOutService {public void punchInOut(int fofoId) throws ProfitMandiBusinessException;}