+
+
+
@item.PartyName
+
@item.PhoneNumber
+
@item.Amount
+
+
+
+
+ @{
+ countIndex++;
+ }
+
+
+
+
+
+
+
+
+
+
+}
\ No newline at end of file
diff --git a/ServiceHost/Program.cs b/ServiceHost/Program.cs
index 7e3431e0..0286ff35 100644
--- a/ServiceHost/Program.cs
+++ b/ServiceHost/Program.cs
@@ -24,6 +24,7 @@ using ServiceHost.Test;
using System.Text.Json.Serialization;
using System.Text.Json;
using _0_Framework.InfraStructure.Mongo;
+using CompanyManagment.App.Contracts.Hubs;
using CompanyManagment.EFCore.Services;
using Microsoft.AspNetCore.CookiePolicy;
using Microsoft.AspNetCore.Mvc.Infrastructure;
@@ -384,6 +385,7 @@ app.MapHub