This commit is contained in:
2025-12-12 12:56:22 +08:00
parent 46e209081d
commit cd43abc7eb
7 changed files with 100 additions and 42 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Atomx.Core.Jos
{
public partial interface IBackgroundJobsService
{
}
public partial class BackgroundJobsService : IBackgroundJobsService
{
}
}