Files
Moonlight/Moonlight/App/Models/Notifications/NotificationById.cs
2023-03-10 18:04:41 +01:00

6 lines
140 B
C#

namespace Moonlight.App.Models.Notifications;
public class NotificationById : BasicWSModel
{
public int notification { get; set; }
}