FindAsync (id); var stockTransfertDtail = await _context.StockTransfertDetail.Where(w => w.StockTransfertId == id); if (stockTranfert ...
確定! 回上一頁