Пример #1
0
        public VendaAppService()
        {
            _vendaRepository                 = new VendaRepository();
            _ficha_Repository                = new Ficha_Repository();
            _movimentacaoRepository          = new MovimentacaoRepository();
            _venda_PagamentoRepository       = new Venda_PagamentoRepository();
            _venda_PagamentoAppService       = new Venda_PagamentoAppService();
            _venda_Pagamento_FichaAppService = new Venda_Pagamento_FichaAppService();
            _venda_ProdutoAppService         = new Venda_ProdutoAppService();

            Db = new SQLContext();
        }