final commit

This commit is contained in:
Salikh 2024-05-17 15:10:32 +04:00
parent 870ebcc5e9
commit 0e82486d59

View File

@ -7,6 +7,7 @@ using System.Threading.Tasks;
namespace MotorPlantContracts.Attributes namespace MotorPlantContracts.Attributes
{ {
[AttributeUsage(AttributeTargets.Property)]
public class ColumnAttribute : Attribute public class ColumnAttribute : Attribute
{ {
public string Title { get; private set; } public string Title { get; private set; }