devops-lab4/src/CommunicationControl/DevOpsProject.Shared/Configuration/ComControlCommunicationConf...

9 lines
217 B
C#
Raw Normal View History

2025-02-16 22:15:22 +02:00
namespace DevOpsProject.Shared.Configuration
{
public class ComControlCommunicationConfiguration
{
public string RequestScheme { get; set; }
public string HiveMindPath { get; set; }
}
}