Exemplo n.º 1
0
 internal int UpdateAttStatus_ByShift(DateTime fromDate, DateTime toDate, string shiftCode)
 {
     return(objCtx_DAL.UpdateAttStatus_ByShift(fromDate, toDate, shiftCode));
 }