feat(dal): IRedisCacheService

This commit is contained in:
Mikhail Trubnikov
2023-11-30 16:18:14 +10:00
parent 9bf3055f1f
commit e00826c398
12 changed files with 2904 additions and 3 deletions

View File

@@ -1636,6 +1636,8 @@ namespace PARR.DAL.Migrations
b.HasIndex("ResponseAreaCode");
b.HasIndex("Ek", "IP");
b.ToTable("Hosts");
});