Пример #1
0
 public Consulta_bairroModel(ICNPJBase <BaseReceitaFederal> appServiceEmpresa,
                             IServiceMunicipios <Municipio> municipios,
                             IServiceCnpj <BaseReceitaFederal> appServiceCNPJ)
 {
     _empresaApp     = appServiceEmpresa;
     _municipios     = municipios;
     _appServiceCNPJ = appServiceCNPJ;
 }
Пример #2
0
 public IndexModel(ICNPJBase <BaseReceitaFederal> appServiceEmpresa,
                   IServiceCnpj <BaseReceitaFederal> appServiceCNPJ,
                   IServiceMunicipios <Municipio> municipios,
                   IServiceSimplesNacional <BaseReceitaFederal> appsimples)
 {
     _empresaApp     = appServiceEmpresa;
     _appServiceCNPJ = appServiceCNPJ;
     _appsimples     = appsimples;
     _municipios     = municipios;
 }
 public Consulta_cnaeModel(ICNPJBase <BaseReceitaFederal> appServiceEmpresa,
                           IServiceMunicipios <Municipio> municipios,
                           IBase <CNAE> cnaes,
                           IServiceCnpj <BaseReceitaFederal> appServiceCNPJ)
 {
     _empresaApp     = appServiceEmpresa;
     _municipios     = municipios;
     _cnaes          = cnaes;
     _appServiceCNPJ = appServiceCNPJ;
 }
Пример #4
0
 public Consulta_socioModel(ICNPJBase <BaseReceitaFederal> appServiceEmpresa,
                            IServiceMunicipios <Municipio> municipios)
 {
     _empresaApp = appServiceEmpresa;
     _municipios = municipios;
 }