feat(dal): IRedisCacheService
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using PARR.DAL.Models.Base;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using PARR.DAL.Models.Base;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace PARR.DAL.Models
|
||||
{
|
||||
[Table("Hosts")]
|
||||
[Index(nameof(Ek), nameof(IP))]
|
||||
public class Host : IBase
|
||||
{
|
||||
[Key]
|
||||
|
||||
Reference in New Issue
Block a user