12 lines
125 B
C#
12 lines
125 B
C#
|
|
|
|
|
|
|
|
namespace ServerBase;
|
|
|
|
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class MetaValidatorAttribute : Attribute
|
|
{
|
|
}
|