Files
Atomx/Atomx.Core/Services/BackgroundJobsService.cs
2025-12-12 12:56:22 +08:00

15 lines
249 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Atomx.Core.Jos
{
public partial interface IBackgroundJobsService
{
}
public partial class BackgroundJobsService : IBackgroundJobsService
{
}
}