Exemplo n.º 1
0
 public int GetEmployeeAttendanceRealTimeDelete(int intBlockID, out string strErrMsg)
 {
     return(dal.GetEmployeeAttendanceRealTimeDelete(intBlockID, out strErrMsg));
 }