mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Fix (?) issues related with concurrency
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Kruzya.TelegramBot.Core.EF;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Kruzya.TelegramBot.RichSiteSummary.Data
|
||||
{
|
||||
public class RichSiteSummaryContext : DbContext
|
||||
public class RichSiteSummaryContext : AutoSaveDbContext
|
||||
{
|
||||
/// <summary>
|
||||
/// Repository with all feeds in database.
|
||||
|
||||
Reference in New Issue
Block a user