/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.essar.mes.services;

import com.essar.mes.services.inventory.SAPInventory;
import com.essar.mes.services.inventory.SAPInventoryResult;

/**
 *
 * @author dhaval
 */
public interface InventoryService {

    SAPInventoryResult saveInventory(SAPInventory inventory);
}
