예제 #1
0
        public System.Data.DataTable ListaBDConServerInstanciaRel(bool IncluirValorInicial = true)
        {
            DLSoftware DataLayerSoftware = new DLSoftware();

            return(DataLayerSoftware.ListaBDConServerInstanciaRel(IncluirValorInicial));
        }