diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdOutstockService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdOutstockService.cs index d810f4d7..1ba42f52 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdOutstockService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdOutstockService.cs @@ -122,6 +122,7 @@ namespace Tnb.ProductionMgr } + [HttpPost] public async Task GeneralOutstock(GeneralOutstockInput generalOutstockInput) { try @@ -244,6 +245,7 @@ namespace Tnb.ProductionMgr } } + [HttpPost] public async Task MaterialOutstock(MaterialOutstockInput materialOutstockInput) { try