10 lines
164 B
C#
10 lines
164 B
C#
using System;
|
|
|
|
namespace Tapeti.Annotations
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class MessageControllerAttribute : Attribute
|
|
{
|
|
}
|
|
}
|