Example #1
0
 public SqlDataReader getDocBoyCode1(string strName)
 {
     DLDocumentBoy dldb = new DLDocumentBoy();
        try
        {
        SqlDataReader dr = dldb.getDocBoyCode1(strName);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dldb = null;
        }
 }