public static void DeleteWorkLogsReject(List <WorkLog> rejectWorkLogs, IDriverDB driver) { driver.DeleteWorkLogsReject(rejectWorkLogs); }