99
This commit is contained in:
27
Reportapi/MyCode.Project.ScheduleTask/Program.cs
Normal file
27
Reportapi/MyCode.Project.ScheduleTask/Program.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Practices.Unity;
|
||||
using MyCode.Project.Infrastructure.UnityExtensions;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using MyCode.Project.Services;
|
||||
using System.Threading;
|
||||
using MyCode.Project.Infrastructure.WebPost;
|
||||
|
||||
namespace MyCode.Project.ScheduleTask
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
JobsHelp.start(AppDomain.CurrentDomain.BaseDirectory + "/JobConfig.xml");
|
||||
|
||||
Console.ReadKey();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user