after refactor cleanup
This commit is contained in:
13
DiunaBI.Domain/Entities/ProcessSource.cs
Normal file
13
DiunaBI.Domain/Entities/ProcessSource.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace DiunaBI.Domain.Entities;
|
||||
|
||||
public class ProcessSource
|
||||
{
|
||||
#region Relations
|
||||
public Guid LayerId { get; init; }
|
||||
public Guid SourceId { get; init; }
|
||||
public Layer? Source { get; init; }
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user