mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
6 lines
95 B
C#
6 lines
95 B
C#
|
|
namespace Marechai.App.Presentation;
|
||
|
|
|
||
|
|
public partial record SecondViewModel(Entity Entity)
|
||
|
|
{
|
||
|
|
}
|