Files
Govor/Govor.API/Hubs/UsersHub.cs
T
Artemy 568b09ba81 I'm working on the UsersRepository
userValidotor has been added and tests are being developed
2025-06-17 11:57:57 +07:00

8 lines
100 B
C#

using Microsoft.AspNetCore.SignalR;
namespace Govor.API.Hubs;
public class UsersHub : Hub
{
}