9 lines
217 B
C#
9 lines
217 B
C#
|
namespace DevOpsProject.Shared.Configuration
|
|||
|
{
|
|||
|
public class ComControlCommunicationConfiguration
|
|||
|
{
|
|||
|
public string RequestScheme { get; set; }
|
|||
|
public string HiveMindPath { get; set; }
|
|||
|
}
|
|||
|
}
|