Esempio n. 1
0
 internal int UpdateAttStatus_ByDate(DateTime fromDate, DateTime toDate, string shiftCode)
 {
     return(objCtx_DAL.UpdateAttStatus_ByDate(fromDate, toDate, shiftCode));
 }