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

9 lines
217 B
C#

namespace DevOpsProject.Shared.Configuration
{
public class ComControlCommunicationConfiguration
{
public string RequestScheme { get; set; }
public string HiveMindPath { get; set; }
}
}