15 lines
249 B
C#
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
|
|
{
|
|
}
|
|
}
|