Ejemplo n.º 1
0
 public ServicosModel(IAppServiceSetor appServiceSetor,
                      IAppServiceSecretaria appServiceSecretaria,
                      IAppServiceServico appServiceServico)
 {
     _appServiceSetor      = appServiceSetor;
     _appServiceSecretaria = appServiceSecretaria;
     _appServiceServico    = appServiceServico;
 }
Ejemplo n.º 2
0
 public AtendimentoCancelarModel(IAppServiceAtendimento appServiceAtendimento,
                                 IAppServiceCanal appServiceCanal,
                                 IAppServiceServico appServiceServico,
                                 IAppServiceSetor appServiceSetor)
 {
     _appServiceAtendimento = appServiceAtendimento;
     _appServiceCanal       = appServiceCanal;
     _appServiceServico     = appServiceServico;
     _appServiceSetor       = appServiceSetor;
     //_userManager = userManager;
 }
Ejemplo n.º 3
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;
 }