Implement result getter
This commit is contained in:
@ -14,7 +14,7 @@ namespace Hcs.WebApp.BackgroundServices.OperationExecutors
|
||||
return new ExportNsiItemExecutor_15_7_0_1(client, scope, operation);
|
||||
}
|
||||
|
||||
throw new NotImplementedException();
|
||||
throw new NotImplementedException($"Не удалось создать выполнителя операции типа {operation.Type}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user