|
|
@ -16,6 +16,7 @@ using System.Text.RegularExpressions; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using TaskManager.Entity; |
|
|
|
using TaskManager.EntityFramework; |
|
|
|
using Wood.Entity; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +24,7 @@ using TaskManager.EntityFramework; |
|
|
|
namespace TaskManager.Controllers |
|
|
|
{ |
|
|
|
[AllowAnonymous] |
|
|
|
public class RecurringJobBaseController :ControllerBase, IDoExecute |
|
|
|
public class RecurringJobBaseController :ControllerBase, IDoExecute, IScoped |
|
|
|
{ |
|
|
|
protected string appKey = "8EG566b9bedd2bf46d"; |
|
|
|
protected string appSecret = "48edc4425647425d87f806a1ba492580"; |
|
|
|