relocate the service

This commit is contained in:
SeplzZZ 2023-11-10 21:50:11 -06:00
parent e467a7bd01
commit a0d8abeede
2 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,6 @@
<PackageReference Include="Colorful.Console" Version="1.2.15" />
<PackageReference Include="EntityFrameworkCore.BootKit" Version="6.2.1" />
<PackageReference Include="Fluid.Core" Version="2.5.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
</ItemGroup>
<ItemGroup>

View file

@ -1,7 +1,8 @@
using BotSharp.Abstraction.Agents.Enums;
using BotSharp.Abstraction.Conversations.Models;
using Microsoft.Extensions.Hosting;
using System.Threading;
namespace BotSharp.Core.Infrastructures
namespace BotSharp.OpenAPI.BackgroundServices
{
public class ConversationTimeoutService : BackgroundService
{