Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23832 ashik.ali 1
package com.spice.profitmandi.service.user;
2
 
3
import org.springframework.stereotype.Service;
4
 
5
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
6
 
7
@Service
8
public interface PunchInOutService {
9
	public void punchInOut(int fofoId) throws ProfitMandiBusinessException;
10
}