コード例 #1
0
 public bool insertUndertime2(string pDailyTimeRecordId, string pUndertime2, string pUsername, string pHostname)
 {
     return(loDailyTimeRecord.insertUndertime2(pDailyTimeRecordId, pUndertime2, pUsername, pHostname));
 }
コード例 #2
0
        //insert Undertime2
        private void insertUndertime2(string pDailyTimeRecordId, string pUndertime2)
        {
            bool _status = false;

            _status = loDailyTimeRecord.insertUndertime2(pDailyTimeRecordId, pUndertime2);
        }