コード例 #1
0
ファイル: BLDocumentBoy.cs プロジェクト: ttss2272/jm
 public SqlDataReader getDocBoyMaxCode1()
 {
     DLDocumentBoy dlc = new DLDocumentBoy();
        try
        {
        SqlDataReader dr = dlc.getDocBoyMaxCode1();
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dlc = null;
        }
 }
コード例 #2
0
ファイル: BLDocumentBoy.cs プロジェクト: ttss2272/jm
 public SqlDataReader getDocBoyName1()
 {
     DLDocumentBoy dldb = new DLDocumentBoy();
        try
        {
        SqlDataReader dr = dldb.getDocBoyName1();
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dldb = null;
        }
 }
コード例 #3
0
ファイル: BLDocumentBoy.cs プロジェクト: ttss2272/jm
 public SqlDataReader getDocBoyDetailsForUpdate1(int intDocumentBoyID)
 {
     DLDocumentBoy dlsr = new DLDocumentBoy();
        try
        {
        SqlDataReader dr = dlsr.getDocBoyDetailsForUpdate1(intDocumentBoyID);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dlsr = null;
        }
 }
コード例 #4
0
ファイル: BLDocumentBoy.cs プロジェクト: ttss2272/jm
 public void updateDocumentBoy1(int intDocumentBoyID, string strMobile, int intIsDeleted, int intApprove, string strMailID)
 {
     DLDocumentBoy dlc = new DLDocumentBoy();
        try
        {
        dlc.updateDocumentBoy1( intDocumentBoyID,  strMobile,  intIsDeleted,  intApprove,strMailID);
        }
        catch
        {
        throw;
        }
        finally
        {
        dlc = null;
        }
 }
コード例 #5
0
ファイル: BLDocumentBoy.cs プロジェクト: ttss2272/jm
 public string saveDocumentBoy1(string strName, string strMobile, int intIsDeleted, string strCode, int intApprove,string strMailID)
 {
     DLDocumentBoy dldb = new DLDocumentBoy();
        try
        {
        msg = dldb.saveDocumentBoy1(strName,strMobile,intIsDeleted,strCode,intApprove,strMailID); //Parameter mailid added
        }
        catch
        {
        throw;
        }
        finally
        {
        dldb = null;
        }
        return msg;
 }
コード例 #6
0
ファイル: BLDocumentBoy.cs プロジェクト: ttss2272/jm
 public SqlDataReader isDelDocBoyNameChecked1(string strName, int intIsDeleted)
 {
     DLDocumentBoy dlsr = new DLDocumentBoy();
        try
        {
        SqlDataReader dr = dlsr.isDelDocBoyNameChecked1(strName,intIsDeleted);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dlsr = null;
        }
 }
コード例 #7
0
ファイル: BLDocumentBoy.cs プロジェクト: ttss2272/jm
 public SqlDataReader gridFillApproveDocumentBoyName1(string strName, int intApprove)
 {
     DLDocumentBoy dlsr = new DLDocumentBoy();
        try
        {
        SqlDataReader dr = dlsr.gridFillApproveDocumentBoyName1(strName,intApprove);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dlsr = null;
        }
 }