using Tnb.WarehouseMgr.Entities.Dto; namespace Tnb.WarehouseMgr.Interfaces { public interface IWHStorageService { Task Do(WareHouseUpInput input); } }