Rename class and update namespace for placeholder logic
Renamed the ReflectionExtensions class to PlaceholderExtensions and moved it from the ReC.Domain.Extensions namespace to ReC.Application.Common.Behaviors.InvokeAction to better reflect its purpose and location within the project structure.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Reflection;
|
||||
|
||||
namespace ReC.Domain.Extensions;
|
||||
namespace ReC.Application.Common.Behaviors.InvokeAction;
|
||||
|
||||
public static class ReflectionExtensions
|
||||
public static class PlaceholderExtensions
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the value of a property by its column name defined in <see cref="ColumnAttribute"/>.
|
||||
Reference in New Issue
Block a user