초기커밋
This commit is contained in:
11
ServerBase/Meta/MetaValidation/MetaValidatorAttribute.cs
Normal file
11
ServerBase/Meta/MetaValidation/MetaValidatorAttribute.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
namespace ServerBase;
|
||||
|
||||
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public class MetaValidatorAttribute : Attribute
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user