cat on a spaceship
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Svrnty.CQRS.Grpc.Abstractions.Attributes;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class GrpcIgnoreAttribute : Attribute
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user