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