1234567891011121314151617 |
- using Microsoft.Table;
- using Microsoft.Table.Queryable;
- using System;
- using System.Collections;
- using System.Collections.Generic;
- using System.Text;
- using System.Threading;
- using System.Threading.Tasks;
- using System.Linq;
- namespace TEAMModelOS.SDK.DI
- {
- public static class AzureRedisExtensions
- {
-
- }
- }
|