Update namespaces to Common.Dto for DTO-related files
Refactored PlaceholderExtensions, DtoMappingProfile, and InvokeActionTests to use the ReC.Application.Common.Dto namespace instead of ReC.Application.Common.Behaviors.Action. Updated using directives and namespaces to improve code organization for DTO-related logic.
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
using ReC.Application.Common.Behaviors.Action;
|
|
||||||
using ReC.Domain.Views;
|
using ReC.Domain.Views;
|
||||||
|
|
||||||
namespace ReC.Application.Common.Dto;
|
namespace ReC.Application.Common.Dto;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ using System.Reflection;
|
|||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using ReC.Application.Common.Exceptions;
|
using ReC.Application.Common.Exceptions;
|
||||||
|
|
||||||
namespace ReC.Application.Common.Behaviors.Action;
|
namespace ReC.Application.Common.Dto;
|
||||||
|
|
||||||
public static partial class PlaceholderExtensions
|
public static partial class PlaceholderExtensions
|
||||||
{
|
{
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
using System.ComponentModel.DataAnnotations.Schema;
|
using System.ComponentModel.DataAnnotations.Schema;
|
||||||
using ReC.Application.Common.Behaviors.Action;
|
using ReC.Application.Common.Dto;
|
||||||
using ReC.Application.Common.Exceptions;
|
using ReC.Application.Common.Exceptions;
|
||||||
|
|
||||||
namespace ReC.Tests.Application.Behaviors;
|
namespace ReC.Tests.Application.Behaviors;
|
||||||
|
|||||||
Reference in New Issue
Block a user