namespace Vinno.FIS.Sonopost.WebApi.Models { internal class DicomStationSettingModel { public bool IsEnable { get; set; } public string Title { get; set; } public string Port { get; set; } public string Address { get; set; } } }