Example #1
0
 internal int Insert_AttProcessLog(DateTime fromDate, DateTime toDate, Guid userId, DateTime editDate, string oCode)
 {
     return(objCtx_DAL.Insert_AttProcessLog(fromDate, toDate, userId, editDate, oCode));
 }