コード例 #1
0
 public ServicosModel(IAppServiceSetor appServiceSetor,
                      IAppServiceSecretaria appServiceSecretaria,
                      IAppServiceServico appServiceServico)
 {
     _appServiceSetor      = appServiceSetor;
     _appServiceSecretaria = appServiceSecretaria;
     _appServiceServico    = appServiceServico;
 }
コード例 #2
0
 public CanalModel(IAppServiceSetor appServiceSetor,
                   IAppServiceSecretaria appServiceSecretaria,
                   IAppServiceCanal appServiceCanal)
 {
     _appServiceSetor      = appServiceSetor;
     _appServiceSecretaria = appServiceSecretaria;
     _appServiceCanal      = appServiceCanal;
 }
コード例 #3
0
 public AtendimentoCancelarModel(IAppServiceAtendimento appServiceAtendimento,
                                 IAppServiceCanal appServiceCanal,
                                 IAppServiceServico appServiceServico,
                                 IAppServiceSetor appServiceSetor)
 {
     _appServiceAtendimento = appServiceAtendimento;
     _appServiceCanal       = appServiceCanal;
     _appServiceServico     = appServiceServico;
     _appServiceSetor       = appServiceSetor;
     //_userManager = userManager;
 }
コード例 #4
0
 public NovoModel(IAppServiceEvento appServiceEvento,
                  IAppServiceTipo appServiceTipo,
                  IAppServiceSetor appServiceSetor,
                  IAppServiceParceiro appServiceParceiro,
                  IMapper mapper)
 {
     _appServiceEvento   = appServiceEvento;
     _appServiceTipo     = appServiceTipo;
     _appServiceSetor    = appServiceSetor;
     _appServiceParceiro = appServiceParceiro;
     _mapper             = mapper;
 }
コード例 #5
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;
 }
コード例 #6
0
 public SetoresModel(IAppServiceSetor appServiceSetor, IAppServiceSecretaria appServiceSecretaria)
 {
     _appServiceSetor      = appServiceSetor;
     _appServiceSecretaria = appServiceSecretaria;
 }
コード例 #7
0
 public IndexModel(IAppServiceAtendimento appAtendimento,
                   IAppServiceSetor appsetores)
 {
     _appAtendimento = appAtendimento;
     _appSetores     = appsetores;
 }