Beispiel #1
0
        public void InsertStatus(int approversStatus, int agreementTypeID)
        {
            //logic goes here

            ApproversDao approverDao = new ApproversDao();
            approverDao.InsertStatus(approversStatus, agreementTypeID);
        }