예제 #1
0
        public DataTable MostrarEmpleado()
        {
            try
            {
                return(DAle.MostrarEmpleados());
            }

            catch (Exception)
            {
                throw;
            }


            finally
            {
                DAle = null;
            }
        }