mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-16 14:09:29 +00:00
7 lines
145 B
C#
7 lines
145 B
C#
namespace AspNetCore.Extensions.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Constructor)]
|
|
public class DoNotInjectAttribute : Attribute
|
|
{
|
|
}
|