AzureRedisExtensions.cs 374 B

123456789101112131415161718
  1. using Microsoft.Azure.Cosmos.Table;
  2. using Microsoft.Azure.Cosmos.Table.Queryable;
  3. using System;
  4. using System.Collections;
  5. using System.Collections.Generic;
  6. using System.Text;
  7. using System.Threading;
  8. using System.Threading.Tasks;
  9. using System.Linq;
  10. using StackExchange.Redis;
  11. namespace TEAMModelOS.SDK.DI
  12. {
  13. public static class AzureRedisExtensions
  14. {
  15. }
  16. }