Subversion Repositories SmartDukaan

Rev

View as "text/plain" | Blame | Last modification | View Log | RSS feed

package com.spice.profitmandi.service.indent;

import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;

public interface IndentService {
        /**
         * This should return only available pending indent.
         */
        boolean updateOpenIndentItem(int fofoId, int itemId, int quantity) throws ProfitMandiBusinessException;
        
}