Tiger.Business/Services/Base/InterfaceService.cs @@ -185,5 +185,10 @@ { throw new NotImplementedException(); } ApiAction IInterfaceService.ImmediateRun<TJob>(TJob newEntity, string jobname) { throw new NotImplementedException(); } } }