7 lines
162 B
C#
7 lines
162 B
C#
namespace Moonlight.App.Database.Entities.Notification;
|
|
|
|
public class NotificationClient
|
|
{
|
|
public int Id { get; set; }
|
|
public User User { get; set; }
|
|
} |