Subversion Repositories SmartDukaan

Rev

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;

@Service
public interface PunchInOutService {
        public void punchInOut(int fofoId) throws ProfitMandiBusinessException;
}