change JobTask to SiteTask

This commit is contained in:
sbwalker
2026-02-19 10:47:30 -05:00
parent 0fd97d34d9
commit 060eaa7aff
19 changed files with 197 additions and 160 deletions

View File

@@ -4,7 +4,7 @@ using Oqtane.Models;
namespace Oqtane.Infrastructure
{
public interface IJobTask
public interface ISiteTask
{
string ExecuteTask(IServiceProvider provider, Site site, string parameters);