username@email.com
2023-08-16 51ebc5bc05ee4377f293cfb13f199b3df7a5c779
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);
        }