10 lines
163 B
C#
10 lines
163 B
C#
using System;
|
|
|
|
namespace RelationsInspector.Backend.AutoBackend
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class AutoBackendAttribute : Attribute
|
|
{
|
|
}
|
|
}
|