Archive for Aprile 12th, 2008

Prueba

CodeKeep C# Feed Aprile 12th, 2008

Description: Este es un snippet de prueba

Link: http://www.codekeep.net/snippets/1c511708-82cb-40b9-af80-eb1d0197cf4b.aspx

        public void close()
        {
            try
            {
                callDetailDao = null;
                callDetail = null;
            }
            catch (Exception exception)
            {
                throw new DataBaseException(exception);
            }
        }