Home
Manage Your Code
Snippet: Prueba (C#)
Title: Prueba Language: C#
Description: Este es un snippet de prueba Views: 72
Author: Juan Pablo Gómez Gallego Date Added: 4/12/2008
Copy Code  
1        public void close()
2        {
3            try
4            {
5                callDetailDao = null;
6                callDetail = null;
7            }
8            catch (Exception exception)
9            {
10                throw new DataBaseException(exception);
11            }
12        }