public Inscricao_RemoveModel(IAppServiceEvento appServiceEvento,
                              IAppServiceInscricao appServiceInscricao,
                              IMapper mapper)
 {
     _appServiceEvento    = appServiceEvento;
     _appServiceInscricao = appServiceInscricao;
     _mapper = mapper;
 }
 public Inscricao_EventoModel(IAppServiceInscricao appServiceInscricao,
                              IAppServiceEvento appServiceEvento,
                              IAppServiceEmpresa appServiceEmpresa,
                              IAppServicePessoa appServicePessoa)
 {
     _appServiceEvento    = appServiceEvento;
     _appServiceInscricao = appServiceInscricao;
     _appServiceEmpresa   = appServiceEmpresa;
     _appServicePessoa    = appServicePessoa;
     //_userManager = userManager;
 }
示例#3
0
 public NovoModel(IAppServiceEvento appServiceEvento,
                  IAppServiceTipo appServiceTipo,
                  IAppServiceSetor appServiceSetor,
                  IAppServiceParceiro appServiceParceiro,
                  IMapper mapper)
 {
     _appServiceEvento   = appServiceEvento;
     _appServiceTipo     = appServiceTipo;
     _appServiceSetor    = appServiceSetor;
     _appServiceParceiro = appServiceParceiro;
     _mapper             = mapper;
 }
 public Evento_list_passadosModel(IAppServiceEvento appServiceEvento,
                                  IMapper mapper)
 {
     _mapper           = mapper;
     _appServiceEvento = appServiceEvento;
 }
 public IndexModel(IAppServiceEvento appServiceEvento,
                   IMapper mapper)
 {
     _mapper           = mapper;
     _appServiceEvento = appServiceEvento;
 }
示例#6
0
 public Inscritos_ListModel(IAppServiceEvento appServiceEvento, IMapper mapper)
 {
     _appServiceEvento = appServiceEvento;
     _mapper           = mapper;
 }