Exemple #1
0
 public SqlDataReader getDBHistDetails1(int intprojectID, int intDBHID)
 {
     DLDocBoyHistory dlsr = new DLDocBoyHistory();
        try
        {
        SqlDataReader dr = dlsr.getDBHistDetails1(intprojectID,intDBHID);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dlsr = null;
        }
 }