namespace GCAS.Model { public class InPlaceSignalModel { public bool ACR1 { get; set; } public bool ACR2 { get; set; } public bool ACR3 { get; set; } public bool BCR1 { get; set; } public bool BCR2 { get; set; } public bool BCR3 { get; set; } } }