Пример #1
0
 public SqlDataReader gridFillApproveTypWrk1(int intApprove)
 {
     DLTypeOfWork dltow = new DLTypeOfWork();
        try
        {
        SqlDataReader dr = dltow.gridFillApproveTypWrk1(intApprove);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dltow = null;
        }
 }
Пример #2
0
 public SqlDataReader getTypeWrkDetailsForUpdate1(int intTypeofWorkID)
 {
     DLTypeOfWork dltow = new DLTypeOfWork();
        try
        {
        SqlDataReader dr = dltow.getTypeWrkDetailsForUpdate1(intTypeofWorkID);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dltow = null;
        }
 }
Пример #3
0
 public SqlDataReader getTypeOfWork1()
 {
     DLTypeOfWork dltow = new DLTypeOfWork();
        try
        {
        SqlDataReader dr = dltow.getTypeOfWork1();
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        dltow = null;
        }
 }
Пример #4
0
 public SqlDataAdapter getWorkTypeOfWork1(string strWork)
 {
     SqlDataAdapter da = new SqlDataAdapter();
        DLTypeOfWork dltow = new DLTypeOfWork();
        try
        {
        dltow.getWorkTypeOfWork1(strWork);
        return da;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dltow = null;
        }
 }
Пример #5
0
 public void updateTypeOfWork1(int intTypeofWorkID, string strWork, int intIsDeleted, int intApprove)
 {
     DLTypeOfWork dltow = new DLTypeOfWork();
        try
        {
        dltow.updateTypeOfWork1(intTypeofWorkID, strWork, intIsDeleted, intApprove);
        }
        catch
        {
        throw;
        }
        finally
        {
        dltow = null;
        }
 }
Пример #6
0
 public string saveTypeOfWork1(string strWork, int intIsDeleted, int intApprove)
 {
     DLTypeOfWork dltow = new DLTypeOfWork();
        try
        {
       msg = dltow.saveTypeOfWork1(strWork, intIsDeleted, intApprove);
        }
        catch
        {
        throw;
        }
        finally
        {
        dltow = null;
        }
        return msg;
 }
Пример #7
0
 public SqlDataReader isDelTypWrkCheckedWork1(string strWork, int intIsDeleted)
 {
     DLTypeOfWork dltow = new DLTypeOfWork();
        try
        {
        SqlDataReader dr = dltow.isDelTypWrkCheckedWork1(strWork, intIsDeleted);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dltow = null;
        }
 }
Пример #8
0
 public SqlDataReader isDelTypWrkChecked1(int intIsDeleted)
 {
     DLTypeOfWork dlc = new DLTypeOfWork();
        try
        {
        SqlDataReader dr = dlc.isDelTypWrkChecked1(intIsDeleted);
        return dr;
        }
        catch
        {
        throw;
        }
        finally
        {
        //dlc = null;
        }
 }