Exemplo n.º 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();
 }
Exemplo n.º 2
0
 public EnderecoController()
 {
     this._enderecoApp = new Application.Endereco_Application();
     this._ufApp       = new Application.UF_Application();
     this._clienteApp  = new Application.Cliente_Application();
 }