示例#1
0
        //metodo mostrar
        public static DataTable Mostrar()
        {
            DTaller Obj = new DTaller();

            return(Obj.Mostrar());
        }