Creating OOOTrainingReport scheduled job
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user