Example #1
0
 public SqlDataReader getDocIdDocGrid1(string strDocument)
 {
     DLProject dlsr = new DLProject();
        try
        {
        SqlDataReader dr = dlsr.getDocIdDocGrid1(strDocument);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dlsr = null;
        }
 }