server-master/srcs/WingsAPI.Communication/Compliments/ComplimentsMonthlyRefreshMessage.cs
2026-02-10 18:21:30 +01:00

11 lines
No EOL
280 B
C#

using PhoenixLib.ServiceBus;
using PhoenixLib.ServiceBus.Routing;
namespace WingsAPI.Communication.Compliments
{
[MessageType("compliments.refresh.monthly")]
public class ComplimentsMonthlyRefreshMessage : IMessage
{
public bool Force { get; set; }
}
}