Esempio n. 1
0
 public bool UpdateStatusAndAddClockOut(Employee_DAL emp)
 {
     return(empAccess.UpdateStatusAndAddClockOut(emp));
 }