public CanalModel(IAppServiceSetor appServiceSetor,
                   IAppServiceSecretaria appServiceSecretaria,
                   IAppServiceCanal appServiceCanal)
 {
     _appServiceSetor      = appServiceSetor;
     _appServiceSecretaria = appServiceSecretaria;
     _appServiceCanal      = appServiceCanal;
 }
示例#2
0
 public AtendimentoCancelarModel(IAppServiceAtendimento appServiceAtendimento,
                                 IAppServiceCanal appServiceCanal,
                                 IAppServiceServico appServiceServico,
                                 IAppServiceSetor appServiceSetor)
 {
     _appServiceAtendimento = appServiceAtendimento;
     _appServiceCanal       = appServiceCanal;
     _appServiceServico     = appServiceServico;
     _appServiceSetor       = appServiceSetor;
     //_userManager = userManager;
 }
 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;
 }