public int DeleteArchiveInformFinal(BE.ReportBE.Report report) { int i = 0; i = _assignmentRepository.DeleteArchiveInformFinal(report); return(i); }