cs11dotnet7/vscode/PracticalApps/Northwind.Mvc/Models/HomeModelBindingViewModel.cs

5 lines
146 B
C#
Raw Normal View History

2022-03-13 17:17:01 +01:00
namespace Northwind.Mvc.Models;
public record HomeModelBindingViewModel(Thing Thing, bool HasErrors,
IEnumerable<string> ValidationErrors);