Example #1
0
 public MensalidadesAppService(IMensalidadesService mensalidadesService, IClienteService clienteService, ILogMensalidadesService logMensalidadesService, ILogSistemaService logSistemaService)
 {
     _mensalidadesService    = mensalidadesService;
     _clienteService         = clienteService;
     _logMensalidadesService = logMensalidadesService;
     _logSistemaService      = logSistemaService;
 }
Example #2
0
 public ReceitasAppService(IReceitasService receitasService, ILogReceitasDespesasService logReceitasDespesasService, IClienteService clienteService, ILogSistemaService logSistemaService)
 {
     _receitasService            = receitasService;
     _clienteService             = clienteService;
     _logReceitasDespesasService = logReceitasDespesasService;
     _logSistemaService          = logSistemaService;
 }
Example #3
0
 public ClienteAppService(IClienteService clienteService, IHorarioService horarioService, IMensalidadesService mensalidadesService, IValoresService valoresService, ILogSistemaService logSistemaService)
 {
     _clienteService      = clienteService;
     _horarioService      = horarioService;
     _mensalidadesService = mensalidadesService;
     _valoresService      = valoresService;
     _logSistemaService   = logSistemaService;
 }
Example #4
0
 public VendasAppService(IVendasService vendasService, ILogSistemaService logSistemaService, IVendasProdutosService vendasProdutosService, IReceitasService receitasService, IEstoqueService estoqueService)
 {
     _vendasService         = vendasService;
     _logSistemaService     = logSistemaService;
     _vendasProdutosService = vendasProdutosService;
     _receitasService       = receitasService;
     _estoqueService        = estoqueService;
 }
Example #5
0
 public FornecedoresAppService(IFornecedoresService fornecedoresService, ILogSistemaService logSistemaService)
 {
     _fornecedoresService = fornecedoresService;
     _logSistemaService   = logSistemaService;
 }
Example #6
0
 public BaseController(IHttpContextAccessor httpContextAccessor, ILogSistemaService iLogSistemaService)
 {
     _iLogSistemaService = iLogSistemaService;
 }
Example #7
0
 public ProdutosCategoriaAppService(IProdutosCategoriaService produtosCategoriaService, ILogSistemaService logSistemaService, IProdutosService produtosService)
 {
     _produtosCategoriaService = produtosCategoriaService;
     _logSistemaService        = logSistemaService;
     _produtosService          = produtosService;
 }
Example #8
0
 public ImoveisController(IHttpContextAccessor iHttpContextAccessor, ILogSistemaService iLogSistemaService, IImovelService ImovelService)
     : base(iHttpContextAccessor, iLogSistemaService)
 {
     _ImovelService      = ImovelService;
     _iLogSistemaService = iLogSistemaService;
 }
 public LogSistemaController(ILogSistemaService logSistemaService)
 {
     _logSistemaService = logSistemaService;
 }
Example #10
0
 public ArmazemAppService(IArmazemService armazemService, ILogSistemaService logSistemaService)
 {
     _armazemService    = armazemService;
     _logSistemaService = logSistemaService;
 }
Example #11
0
 public EstoqueAppService(IEstoqueService estoqueService, ILogSistemaService logSistemaService, IMovimentacaoEstoqueService movimentacaoEstoqueService)
 {
     _estoqueService             = estoqueService;
     _logSistemaService          = logSistemaService;
     _movimentacaoEstoqueService = movimentacaoEstoqueService;
 }
Example #12
0
 public ProdutosAppService(IProdutosService produtosService, ILogSistemaService logSistemaService)
 {
     _produtosService   = produtosService;
     _logSistemaService = logSistemaService;
 }
Example #13
0
 public HorarioAppService(IHorarioService horarioService, IClienteService clienteService, ILogSistemaService logSistemaService)
 {
     _horarioService    = horarioService;
     _clienteService    = clienteService;
     _logSistemaService = logSistemaService;
 }
Example #14
0
 public ReceitasAvaliacaoFisicaAppService(IReceitasAvaliacaoFisicaService receitasAvaliacaoFisicaService, ILogSistemaService logSistemaService)
 {
     _receitasAvaliacaoFisicaService = receitasAvaliacaoFisicaService;
     _logSistemaService = logSistemaService;
 }
Example #15
0
 public FuncionariosAppService(IFuncionariosService funcionariosService, ILogSistemaService logSistemaService)
 {
     _funcionariosService = funcionariosService;
     _logSistemaService   = logSistemaService;
 }
Example #16
0
 public ValoresAppService(IValoresService valoresService, ILogSistemaService logSistemaService)
 {
     _valoresService    = valoresService;
     _logSistemaService = logSistemaService;
 }
Example #17
0
 public SubCategoriaFinanceiraAppService(ISubCategoriaFinanceiraService subCategoriaFinanceiraService, ILogSistemaService logSistemaService)
 {
     _subCategoriaFinanceiraService = subCategoriaFinanceiraService;
     _logSistemaService             = logSistemaService;
 }
Example #18
0
 public FilaEsperaAppService(IFilaEsperaService filaEsperaService, ILogSistemaService logSistemaService)
 {
     _filaEsperaService = filaEsperaService;
     _logSistemaService = logSistemaService;
 }