예제 #1
0
 public MigradataModel(IAppServiceEmpresa appServiceEmpresa, IMapper mapper, IReceitaWS receitaWS,
                       ICNPJBase <BaseJucesp> dbjucesp)
 {
     _appServiceEmpresa = appServiceEmpresa;
     _mapper            = mapper;
     _receitaWS         = receitaWS;
     _dbjucesp          = dbjucesp;
 }
 public Inscricao_EventoModel(IAppServiceInscricao appServiceInscricao,
                              IAppServiceEvento appServiceEvento,
                              IAppServiceEmpresa appServiceEmpresa,
                              IAppServicePessoa appServicePessoa)
 {
     _appServiceEvento    = appServiceEvento;
     _appServiceInscricao = appServiceInscricao;
     _appServiceEmpresa   = appServiceEmpresa;
     _appServicePessoa    = appServicePessoa;
     //_userManager = userManager;
 }
 public IniciarModel(IAppServiceAtendimento appServiceAtendimento,
                     IAppServicePessoa appServicePessoa,
                     IAppServiceEmpresa appServiceEmpresa,
                     IAppServiceContador appServiceContador)
 {
     _appServiceAtendimento = appServiceAtendimento;
     _appServicePessoa      = appServicePessoa;
     _appServiceEmpresa     = appServiceEmpresa;
     //_userManager = userManager;
     _appServiceContador = appServiceContador;
 }
예제 #4
0
 public NovoModel(IAppServiceAtendimento appServiceAtendimento,
                  IAppServicePessoa appServicePessoa,
                  IAppServiceEmpresa appServiceEmpresa,
                  IAppServiceCanal appServiceCanal,
                  IAppServiceServico appServiceServico,
                  IAppServiceSetor appServiceSetor)
 {
     _appServiceAtendimento = appServiceAtendimento;
     _appServicePessoa      = appServicePessoa;
     _appServiceEmpresa     = appServiceEmpresa;
     _appServiceCanal       = appServiceCanal;
     _appServiceServico     = appServiceServico;
     _appServiceSetor       = appServiceSetor;
     //_userManager = userManager;
 }
예제 #5
0
 public UpdateModel(IAppServiceEmpresa appServiceEmpresa, IMapper mapper, IReceitaWS receitaWS)
 {
     _appServiceEmpresa = appServiceEmpresa;
     _mapper            = mapper;
     _receitaWS         = receitaWS;
 }
예제 #6
0
 public IndexModel(IAppServiceEmpresa appEmpresa)
 {
     _appEmpresa = appEmpresa;
 }
 public RazaoSocialModel(IAppServiceEmpresa appServiceEmpresa)
 {
     _empresaApp = appServiceEmpresa;
 }
예제 #8
0
 public IndexModel(IAppServiceEmpresa appServiceEmpresa)
 {
     _empresaApp = appServiceEmpresa;
 }