using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tnb.WarehouseMgr.Entities.Dto.Inputs; namespace Tnb.WarehouseMgr.Interfaces { public interface IWmsEmptycarryInstockLogService { Task Instock(WmsEmptycarryInstockServiceInstockInput input); } }