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