NZBDash.Core.Models.Settings.AlertSettingsDto.AlertSettingsDto C# (CSharp) Method

AlertSettingsDto() public method

public AlertSettingsDto ( ) : System.Collections.Generic
return System.Collections.Generic
        public AlertSettingsDto()
        {
            AlertRules = new List<AlertRulesDto>();
        }
AlertSettingsDto