SurveyVista/Services/Implemnetation/NotificationHub.cs
2024-06-06 15:24:04 +02:00

14 lines
244 B
C#

using Microsoft.AspNetCore.SignalR;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Services.Implemnetation
{
public class NotificationHub:Hub
{
}
}