diff --git a/src/ReC.Application/Common/Interfaces/IRecDbContext.cs b/src/ReC.Application/Common/Interfaces/IRecDbContext.cs index f0e2bf4..e0046fc 100644 --- a/src/ReC.Application/Common/Interfaces/IRecDbContext.cs +++ b/src/ReC.Application/Common/Interfaces/IRecDbContext.cs @@ -15,15 +15,15 @@ public interface IRecDbContext public DbSet BodyQueryResults { get; set; } - public DbSet Connections { get; set; } + public DbSet Connections { get; set; } - public DbSet Endpoints { get; set; } + public DbSet Endpoints { get; set; } - public DbSet EndpointAuths { get; set; } + public DbSet EndpointAuths { get; set; } - public DbSet Profiles { get; set; } + public DbSet Profiles { get; set; } - public DbSet RecActions { get; set; } + public DbSet RecActions { get; set; } public Task SaveChangesAsync(CancellationToken cancel = default); } \ No newline at end of file