This commit is contained in:
2020-05-19 00:12:40 +00:00
parent ec20650cb0
commit 3c801acb83
4 changed files with 11 additions and 13 deletions

View File

@@ -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;

View File

@@ -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