This commit is contained in:
@@ -3,12 +3,6 @@ using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
using EnumsNET;
|
||||
using AyaNova.Util;
|
||||
using AyaNova.Api.ControllerHelpers;
|
||||
using AyaNova.Biz;
|
||||
using AyaNova.Models;
|
||||
|
||||
|
||||
|
||||
@@ -11,7 +11,8 @@ namespace AyaNova.Biz
|
||||
TestWidgetJob = 1,//test job for unit testing
|
||||
CoreJobSweeper = 2,
|
||||
SeedTestData = 4,
|
||||
BulkCoreBizObjectOperation = 5
|
||||
BulkCoreBizObjectOperation = 5,
|
||||
Backup = 6
|
||||
|
||||
}
|
||||
|
||||
@@ -27,7 +28,6 @@ namespace AyaNova.Biz
|
||||
TagRemoveAny = 4,
|
||||
TagReplace = 5,
|
||||
TagReplaceAny = 6
|
||||
|
||||
}
|
||||
|
||||
}//eons
|
||||
Reference in New Issue
Block a user