diff --git a/src/Core/Grand.SharedKernel/Attributes/CreateOperationAttribute.cs b/src/Core/Grand.SharedKernel/Attributes/CreateOperationAttribute.cs deleted file mode 100644 index 62cc6d83e..000000000 --- a/src/Core/Grand.SharedKernel/Attributes/CreateOperationAttribute.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Grand.SharedKernel.Attributes; - -[AttributeUsage(AttributeTargets.Method)] -public class CreateOperationAttribute : Attribute -{ - -} \ No newline at end of file diff --git a/src/Core/Grand.SharedKernel/Attributes/UpdateOperationAttribute.cs b/src/Core/Grand.SharedKernel/Attributes/UpdateOperationAttribute.cs deleted file mode 100644 index 3e68a7f71..000000000 --- a/src/Core/Grand.SharedKernel/Attributes/UpdateOperationAttribute.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Grand.SharedKernel.Attributes; - -[AttributeUsage(AttributeTargets.Method)] -public class UpdateOperationAttribute : Attribute -{ - -} \ No newline at end of file