From 1f4e14b2e973ee7de337fd4866d9a5ceff5cb6d1 Mon Sep 17 00:00:00 2001 From: Lucas Faria Mendes Date: Mon, 30 Mar 2026 10:38:18 -0300 Subject: chore: location --- .../Gestor.Common.Helpers/OrderAttribute.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Gestor.Common/Gestor.Common.Helpers/OrderAttribute.cs (limited to 'Gestor.Common/Gestor.Common.Helpers/OrderAttribute.cs') diff --git a/Gestor.Common/Gestor.Common.Helpers/OrderAttribute.cs b/Gestor.Common/Gestor.Common.Helpers/OrderAttribute.cs deleted file mode 100644 index 58dba77..0000000 --- a/Gestor.Common/Gestor.Common.Helpers/OrderAttribute.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Common.Helpers -{ - [AttributeUsage(AttributeTargets.All)] - public class OrderAttribute : Attribute - { - public int OrderProperty - { - get; - private set; - } - - public OrderAttribute(int orderProperty) - { - this.OrderProperty = orderProperty; - } - } -} \ No newline at end of file -- cgit v1.2.3