服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
7 天以前 bdf6174b1065a24877f16bba68921772a9586b48
Tiger.Business/Services/Base/InterfaceService.cs
@@ -175,5 +175,20 @@
        {
            JobManager.Initialize();
        }
        ApiAction IInterfaceService.AddTskJob<TJob>(TJob newEntity, FluentJobParam jobParam)
        {
            throw new NotImplementedException();
        }
        public void RemovefJob(string jobname)
        {
            throw new NotImplementedException();
        }
        ApiAction IInterfaceService.ImmediateRun<TJob>(TJob newEntity, string jobname)
        {
            throw new NotImplementedException();
        }
    }
}