/// <summary> /// Initializes a new instance of the <see cref="ProviderBase"/> class. /// </summary> protected ProviderBase(ConfiguracoesNFSe config, MunicipioNFSe municipio) { Name = "Base"; ListaDeAlertas = new List <string>(); FormatoAlerta = "TAG:%TAG% ID:%ID%/%TAG%(%DESCRICAO%) - %MSG%."; Config = config; Municipio = municipio; }
/// <summary> /// Initializes a new instance of the <see cref="ProviderABRASFV2"/> class. /// </summary> /// <param name="config">The configuration.</param> /// <param name="municipio">The municipio.</param> protected ProviderABRASFV2(ConfiguracoesNFSe config, MunicipioNFSe municipio) : base(config, municipio) { Name = "ABRASFv2"; }