internal void RestoreData(DateTime? fromDay, DateTime? toDay, RestoreStatus theRuningStatusInSession) { TransferService.StartLittleProcess(theRuningStatusInSession, string.Format("{0}{1}", Utility._Process_RestoreTable, _TableName)); theRuningStatusInSession.AddInformationLine(_TableFilter.RestoreTableData(fromDay, toDay)); }
private static void StartRestore(TransferRule rule, DateTime?fromDay, DateTime?toDay, RestoreStatus theRuningStatusInSession) { rule.RestoreData(fromDay, toDay, theRuningStatusInSession); }