Example #1
0
        public ServiceOrchestrator()
        {
            _clienteService = new ClienteService();
            _contaService   = new ContaBancariaService();

            //Clientes = _clienteService.CarregarArquivoTexto();
            Clientes = _clienteService.CarregarJson();
            Contas   = new List <ContaBancaria>();
        }