6 lines
140 B
C#
6 lines
140 B
C#
namespace Moonlight.App.Models.Notifications;
|
|
|
|
public class NotificationById : BasicWSModel
|
|
{
|
|
public int notification { get; set; }
|
|
} |