leiy пре 1 година
родитељ
комит
20e9833233

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/CRM/NewClientDataRepository.cs

@@ -703,7 +703,7 @@ namespace OASystem.Infrastructure.Repositories.CRM
                     }).ToList());
 
                     CommitTran();
-                    result.Data = new { Id = AddReturnId };
+                    result.Data = AddReturnId;
                 }
                 else
                 {