public MovimentacaoController()
 {
     this._movimentacaoApp = new Application.Movimentacao_Application();
     this._operacaoApp     = new Application.Operacao_Application();
     this._produtoApp      = new Application.Produto_Application();
     this._clienteApp      = new Application.Cliente_Application();
 }
 public ProdutoController()
 {
     this._produtoLista = new Application.Produto_Application();
 }
예제 #3
0
 public ProdutoController()
 {
     this._produtoApp = new Application.Produto_Application();
     this._perfil     = new Application.Perfil_Application();
 }