diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs index 141ab94d..0e7bfa06 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using JNPF.Common.Dtos.VisualDev; using JNPF.Systems.Interfaces.System; using JNPF.VisualDev; using Microsoft.AspNetCore.Mvc; @@ -25,6 +26,13 @@ namespace Tnb.WarehouseMgr { _db = repository.AsSugarClient(); _dictionaryDataService = dictionaryDataService; + OverideFuncs.CreateAsync = OutStockApplyFor; + } + + + private async Task OutStockApplyFor(VisualDevModelDataCrInput input) + { + return Task.FromResult(0); } ///