chore
This commit is contained in:
14
Atomx.Core/Services/BackgroundJobsService.cs
Normal file
14
Atomx.Core/Services/BackgroundJobsService.cs
Normal 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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user