Exemple #1
0
 public ClienteController()
 {
     this._clienteApp = new Application.Cliente_Application();
     this._ufApp      = new Application.UF_Application();
     this._perfilApp  = new Application.Perfil_Application();
     this._enderecApp = new Application.Endereco_Application();
 }
 public AcessoController()
 {
     this._acessoApp      = new Application.AcessoApplication();
     this._perfilApp      = new Application.Perfil_Application();
     this._configuracaApp = new Application.Cofiguracao_Application();
     this._clienteApp     = new Application.Cliente_Application();
 }
 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();
 }
Exemple #4
0
 public SegmentoController()
 {
     this._perfilApp  = new Application.Perfil_Application();
     this._clienteApp = new Application.Cliente_Application();
 }
 public ContasAPagarController()
 {
     this._contasAPagarApp = new Application.ContasAPagar_Application();
     this._clienteApp      = new Application.Cliente_Application();
 }
Exemple #6
0
 public LoginController()
 {
     this._clienteApp = new Application.Cliente_Application();
 }
Exemple #7
0
 public ConfiguracaoController()
 {
     this._confingApp = new Application.Cofiguracao_Application();
     this._clienteApp = new Application.Cliente_Application();
     this._perfilApp  = new Application.Perfil_Application();
 }
 public ContasAReceberController()
 {
     this._contasAReceber = new Application.ContasAReceber_Application();
     this._clienteApp     = new Application.Cliente_Application();
 }
Exemple #9
0
 public EnderecoController()
 {
     this._enderecoApp = new Application.Endereco_Application();
     this._ufApp       = new Application.UF_Application();
     this._clienteApp  = new Application.Cliente_Application();
 }