Exemplo n.º 1
0
 public Consulta_bairroModel(ICNPJBase <BaseReceitaFederal> appServiceEmpresa,
                             IServiceMunicipios <Municipio> municipios,
                             IServiceCnpj <BaseReceitaFederal> appServiceCNPJ)
 {
     _empresaApp     = appServiceEmpresa;
     _municipios     = municipios;
     _appServiceCNPJ = appServiceCNPJ;
 }
Exemplo n.º 2
0
 public MigradataModel(IAppServiceEmpresa appServiceEmpresa, IMapper mapper, IReceitaWS receitaWS,
                       ICNPJBase <BaseJucesp> dbjucesp)
 {
     _appServiceEmpresa = appServiceEmpresa;
     _mapper            = mapper;
     _receitaWS         = receitaWS;
     _dbjucesp          = dbjucesp;
 }
Exemplo n.º 3
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;
 }
Exemplo n.º 5
0
 public Empresa_detalheModel(ICNPJBase <BaseReceitaFederal> appServiceEmpresa)
 {
     _empresaApp = appServiceEmpresa;
 }
Exemplo n.º 6
0
 public IndexModel(ICNPJBase <BaseReceitaFederal> appServiceEmpresa)
 {
     _empresaApp = appServiceEmpresa;
 }
 public Consulta_razao_socialModel(ICNPJBase <BaseReceitaFederal> appServiceEmpresa,
                                   IBase <Municipio> municipios)
 {
     _empresaApp = appServiceEmpresa;
     _municipios = municipios;
 }