Ejemplo n.º 1
0
 public bool insertLate1(string pDailyTimeRecordId, string pLate1, string pUsername, string pHostname)
 {
     return(loDailyTimeRecord.insertLate1(pDailyTimeRecordId, pLate1, pUsername, pHostname));
 }
        //insert Late1
        private void insertLate1(string pDailyTimeRecordId, string pLate1)
        {
            bool _status = false;

            _status = loDailyTimeRecord.insertLate1(pDailyTimeRecordId, pLate1);
        }