7 lines
144 B
C#
7 lines
144 B
C#
namespace Moonlight.App.Database.Entities;
|
|
|
|
public class NodeAllocation
|
|
{
|
|
public int Id { get; set; }
|
|
public int Port { get; set; }
|
|
} |