mirror of
https://github.com/AlexMacocian/TrailBlazr.git
synced 2026-07-15 15:20:00 +00:00
5 lines
125 B
C#
5 lines
125 B
C#
namespace TrailBlazr.Models;
|
|
public sealed record ViewRequest(Type ViewType, Type ViewModelType, object? DataContext)
|
|
{
|
|
}
|