Files
EngineeringSync/EngineeringSync.Domain/Constants/HubMethodNames.cs

8 lines
236 B
C#
Raw Normal View History

namespace EngineeringSync.Domain.Constants;
public static class HubMethodNames
{
public const string ReceiveChangeNotification = "ReceiveChangeNotification";
public const string ProjectConfigChanged = "ProjectConfigChanged";
}