public TesteApplicationServiceBase(ITesteService service, IUnitOfWork uow, ICache cache) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("Teste");
     this._validatorAnnotations = new ValidatorAnnotations <TesteDto>();
     this._service = service;
 }
コード例 #2
0
 public BancoApplicationServiceBase(IBancoService service, IUnitOfWork uow, ICache cache) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("Banco");
     this._validatorAnnotations = new ValidatorAnnotations <BancoDto>();
     this._service = service;
 }
 public MotivoEstoqueMovimentacaoApplicationServiceBase(IMotivoEstoqueMovimentacaoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("MotivoEstoqueMovimentacao");
     this._validatorAnnotations = new ValidatorAnnotations <MotivoEstoqueMovimentacaoDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #4
0
 public UsuarioTipoApplicationServiceBase(IUsuarioTipoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("UsuarioTipo");
     this._validatorAnnotations = new ValidatorAnnotations <UsuarioTipoDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #5
0
 public TipoPlanoContaApplicationServiceBase(ITipoPlanoContaService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("TipoPlanoConta");
     this._validatorAnnotations = new ValidatorAnnotations <TipoPlanoContaDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #6
0
 public EstoqueApplicationServiceBase(IEstoqueService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("Estoque");
     this._validatorAnnotations = new ValidatorAnnotations <EstoqueDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #7
0
 public NivelAcessoApplicationServiceBase(INivelAcessoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("NivelAcesso");
     this._validatorAnnotations = new ValidatorAnnotations <NivelAcessoDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #8
0
 public UnidadeMedidaApplicationServiceBase(IUnidadeMedidaService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("UnidadeMedida");
     this._validatorAnnotations = new ValidatorAnnotations <UnidadeMedidaDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #9
0
 public FinanceiroApplicationServiceBase(IFinanceiroService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("Financeiro");
     this._validatorAnnotations = new ValidatorAnnotations <FinanceiroDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #10
0
 public GroupParticipantApplicationServiceBase(IGroupParticipantService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("GroupParticipant");
     this._validatorAnnotations = new ValidatorAnnotations <GroupParticipantDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #11
0
 public ResourceApplicationServiceBase(IResourceService service, IUnitOfWork uow, ICache cache, CurrentUser user, IMapper mapper) :
     base(service, uow, cache, mapper, user)
 {
     base.SetTagNameCache("Resource");
     this._validatorAnnotations = new ValidatorAnnotations <ResourceDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #12
0
 public PendeciaPrioridadeApplicationServiceBase(IPendeciaPrioridadeService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("PendeciaPrioridade");
     this._validatorAnnotations = new ValidatorAnnotations <PendeciaPrioridadeDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #13
0
 public AcompanhadoresApplicationServiceBase(IAcompanhadoresService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("Acompanhadores");
     this._validatorAnnotations = new ValidatorAnnotations <AcompanhadoresDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #14
0
 public OrdemServicoInteracaoApplicationServiceBase(IOrdemServicoInteracaoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("OrdemServicoInteracao");
     this._validatorAnnotations = new ValidatorAnnotations <OrdemServicoInteracaoDto>();
     this._service = service;
     this._user    = user;
 }
 public FotoDoParticipanteApplicationServiceBase(IFotoDoParticipanteService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("FotoDoParticipante");
     this._validatorAnnotations = new ValidatorAnnotations <FotoDoParticipanteDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #16
0
 public InfraestruturaPopApplicationServiceBase(IInfraestruturaPopService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("InfraestruturaPop");
     this._validatorAnnotations = new ValidatorAnnotations <InfraestruturaPopDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #17
0
 public ColaboradorApplicationServiceBase(IColaboradorService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("Colaborador");
     this._validatorAnnotations = new ValidatorAnnotations <ColaboradorDto>();
     this._service = service;
     this._user    = user;
 }
 public ProductApplicationServiceBase(IProductService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("Product");
     this._validatorAnnotations = new ValidatorAnnotations <ProductDto>();
     this._service = service;
     this._user    = user;
 }
 public ProjetoFluxoTrabalhoStatusApplicationServiceBase(IProjetoFluxoTrabalhoStatusService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("ProjetoFluxoTrabalhoStatus");
     this._validatorAnnotations = new ValidatorAnnotations <ProjetoFluxoTrabalhoStatusDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #20
0
 public StatusPagamentoApplicationServiceBase(IStatusPagamentoService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("StatusPagamento");
     this._validatorAnnotations = new ValidatorAnnotations <StatusPagamentoDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #21
0
 public SampleItemApplicationServiceBase(ISampleItemService service, IUnitOfWork uow, ICache cache, CurrentUser user, IMapper mapper) :
     base(service, uow, cache, mapper, user)
 {
     base.SetTagNameCache("SampleItem");
     this._validatorAnnotations = new ValidatorAnnotations <SampleItemDto>();
     this._service = service;
     this._user    = user;
 }
 public SampleTagApplicationServiceBase(ISampleTagService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("SampleTag");
     this._validatorAnnotations = new ValidatorAnnotations <SampleTagDto>();
     this._service = service;
     this._user    = user;
 }
コード例 #23
0
 public ManySampleTypeApplicationServiceBase(IManySampleTypeService service, IUnitOfWork uow, ICache cache, CurrentUser user) :
     base(service, uow, cache)
 {
     base.SetTagNameCache("ManySampleType");
     this._validatorAnnotations = new ValidatorAnnotations <ManySampleTypeDto>();
     this._service = service;
     this._user    = user;
 }