Fix RabbitMQ запись в БД. Репо перенастроен на harbor

This commit is contained in:
Mikhail Trubnikov
2023-09-04 12:17:50 +10:00
parent af21530d01
commit bd73c77027
14 changed files with 127 additions and 107 deletions

View File

@@ -6,7 +6,7 @@ using PARR.DAL.Models.V1;
namespace PARR.DAL.Context
{
public class DataContext : DbContext
internal class DataContext : DbContext
{
public DataContext(DbContextOptions<DataContext> options) : base(options) { }