Update using directive to new Action namespace

Replaced the using directive for InvokeAction with Action in InvokeActionTests.cs to reflect recent namespace reorganization. No other changes were made.
This commit is contained in:
2026-03-26 15:23:30 +01:00
parent 38d8ef6e93
commit 6aae26bfb6

View File

@@ -1,5 +1,5 @@
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
using ReC.Application.Common.Behaviors.InvokeAction; using ReC.Application.Common.Behaviors.Action;
using ReC.Application.Common.Exceptions; using ReC.Application.Common.Exceptions;
namespace ReC.Tests.Application.Behaviors; namespace ReC.Tests.Application.Behaviors;