// Job ID: #13075172
using TqsNibssPDService.BackgroundOperations.Operations;
var defaultTaxNotificationProcessor = Activate<DefaultTaxNotificationProcessor>();
await defaultTaxNotificationProcessor.ExecuteSoftAllianceNibss(
"0003_OagfFee_FBN|BRH|EKSG|21-10-2025|743496",
"0003",
"2503151025105918",
"0003_OagfFee_FBN|BRH|EKSG|21-10-2025|743496",
"FBN|BRH|EKSG|21-10-2025|743496");
| CurrentCulture | |
| CurrentUICulture | |
Can not change the state to 'Processing': target method was not found.
The type `TqsNibssPDService.BackgroundOperations.Operations.DefaultTaxNotificationProcessor` does not contain a method with signature `ExecuteSoftAllianceNibss(String, String, String, String, String)`
System.InvalidOperationException: The type `TqsNibssPDService.BackgroundOperations.Operations.DefaultTaxNotificationProcessor` does not contain a method with signature `ExecuteSoftAllianceNibss(String, String, String, String, String)`
at Hangfire.Storage.InvocationData.DeserializeJob()