NFe.Components.webServices.webServices C# (CSharp) Method

webServices() public method

public webServices ( int id, string nome, string uf ) : System
id int
nome string
uf string
return System
        public webServices(int id, string nome, string uf)
        {
            LocalHomologacao = new URLws();
            LocalProducao = new URLws();
            ID = id;
            Nome = nome;
            UF = uf;
        }
    }
webServices