예제 #1
0
 public bool insertUndertime1(string pDailyTimeRecordId, string pUndertime1, string pUsername, string pHostname)
 {
     return(loDailyTimeRecord.insertUndertime1(pDailyTimeRecordId, pUndertime1, pUsername, pHostname));
 }
        //insert Undertime1
        private void insertUndertime1(string pDailyTimeRecordId, string pUndertime1)
        {
            bool _status = false;

            _status = loDailyTimeRecord.insertUndertime1(pDailyTimeRecordId, pUndertime1);
        }