- using System.Collections.Generic;
- using Wayne.FDCPOSLibrary;
- namespace Wayne.ForecourtControl.Fusion.ReadDeviceStatus
- {
-
-
-
- public class ConfigurationSet
- {
- public ServiceResponseGetDSPConfiguration DspConfiguration { get; set; }
- public ServiceResponseGetTLGConfiguration TlgConfiguration { get; set; }
- public ServiceResponseGetProductTable ProductTable { get; set; }
- }
- }
|