username@email.com
2023-08-16 9c7ff006100d327b1b60615304de348f5ad36c63
DocumentServiceAPI.Application/System/OrganizationAppService.cs
@@ -50,6 +50,7 @@
        public IActionResult PostEdtTest(Document_TenderUnit info)
        {
            var person = _businessService.UpdateAsync(info);
            return new JsonResult(person.Result);
        }