From 0e82486d5982435f756077fd011161d0f672faae Mon Sep 17 00:00:00 2001 From: Salikh Date: Fri, 17 May 2024 15:10:32 +0400 Subject: [PATCH] final commit --- MotorPlant/MotorPlantContracts/Attributes/ColumnAttribute.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MotorPlant/MotorPlantContracts/Attributes/ColumnAttribute.cs b/MotorPlant/MotorPlantContracts/Attributes/ColumnAttribute.cs index 02b58df..c87ac2d 100644 --- a/MotorPlant/MotorPlantContracts/Attributes/ColumnAttribute.cs +++ b/MotorPlant/MotorPlantContracts/Attributes/ColumnAttribute.cs @@ -7,6 +7,7 @@ using System.Threading.Tasks; namespace MotorPlantContracts.Attributes { + [AttributeUsage(AttributeTargets.Property)] public class ColumnAttribute : Attribute { public string Title { get; private set; }