コード例 #1
0
 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));
 }
コード例 #2
0
 private static void StartRestore(TransferRule rule, DateTime?fromDay, DateTime?toDay, RestoreStatus theRuningStatusInSession)
 {
     rule.RestoreData(fromDay, toDay, theRuningStatusInSession);
 }