Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

/**
 * 
 */
package in.shop2020.inventory.service;

/**
 * @author mandeep
 *
 */
public interface Strategy {
    long compute(long itemId, long warehouseId, long quantity);
}