コード例 #1
0
ファイル: BLDocumentBoy.cs プロジェクト: ttss2272/jm
 public SqlDataReader getDocBoyName1()
 {
     DLDocumentBoy dldb = new DLDocumentBoy();
        try
        {
        SqlDataReader dr = dldb.getDocBoyName1();
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dldb = null;
        }
 }