cs11dotnet7/vscode/PracticalApps/Northwind.Mvc/Models/HomeModelBindingViewModel.cs
2022-03-13 16:17:01 +00:00

5 lines
146 B
C#

namespace Northwind.Mvc.Models;
public record HomeModelBindingViewModel(Thing Thing, bool HasErrors,
IEnumerable<string> ValidationErrors);