Creating OOOTrainingReport scheduled job

This commit is contained in:
Chase Tucker
2023-09-18 09:21:41 -07:00
parent 9c5c938157
commit 167db67027
7 changed files with 137 additions and 73 deletions

View File

@ -11,6 +11,7 @@ using System.Web.Security;
using System.Configuration;
using Fab2ApprovalSystem.DMO;
using System.Web.Http;
using Fab2ApprovalSystem.JobSchedules;
namespace Fab2ApprovalSystem
{
@ -45,8 +46,8 @@ namespace Fab2ApprovalSystem
//GlobalVars.AttachmentUrl = connectionstring.ToUpper().Contains("TEST") ? @"http://" + DevAttachmentUrl + "/" : @"http://" + ProdAttachmentUrl + "/"; ;
GlobalVars.hostURL = connectionstring.ToUpper().Contains("TEST") ? @"http://" + DevWebSiteUrl : @"http://" + ProdWebSiteUrl ;
OOOTrainingReportJobSchedule.Start();
}