Esempio n. 1
0
 public bool insertUndertime2(string pDailyTimeRecordId, string pUndertime2, string pUsername, string pHostname)
 {
     return(loDailyTimeRecord.insertUndertime2(pDailyTimeRecordId, pUndertime2, pUsername, pHostname));
 }
        //insert Undertime2
        private void insertUndertime2(string pDailyTimeRecordId, string pUndertime2)
        {
            bool _status = false;

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