mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 18:53:32 +00:00
7 lines
165 B
C#
7 lines
165 B
C#
namespace Artemis.Storage.Entities.Profile;
|
|
|
|
public class DataModelPathEntity
|
|
{
|
|
public string Path { get; set; }
|
|
public string DataModelId { get; set; }
|
|
} |