mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
4 lines
67 B
C#
4 lines
67 B
C#
|
|
namespace Marechai.App.Models;
|
||
|
|
|
||
|
|
public record Entity(string Name);
|