コード例 #1
0
        public void Dispose()
        {
            storageHistoryOperations?.Dispose();

            storageHistoryOperations = null;
        }
コード例 #2
0
 public StorageHistoryHelpers(IStorageHistoryOperations storageHistoryOperations)
 => operations = storageHistoryOperations;
コード例 #3
0
 public StorageHistoryHelpers(IStorageHistoryOperations storageHistoryOperations)
 {
     this.storageHistoryOperations = storageHistoryOperations;
 }