Automation and Shopify library updates
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using PartSource.Automation.Models;
|
||||
using PartSource.Automation.Services;
|
||||
using Ratermania.Automation.Interfaces;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PartSource.Automation.Jobs
|
||||
@@ -15,7 +16,7 @@ namespace PartSource.Automation.Jobs
|
||||
_emailService = emailService;
|
||||
}
|
||||
|
||||
public async Task Run()
|
||||
public async Task Run(CancellationToken token, params string[] arguments)
|
||||
{
|
||||
foreach (string phoneNumber in phoneNumbers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user